Searched refs:hoplimit (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | output_core.c | 106 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local 107 if (hoplimit == 0) { in ip6_dst_hoplimit() 114 hoplimit = READ_ONCE(idev->cnf.hop_limit); in ip6_dst_hoplimit() 116 hoplimit = READ_ONCE(dev_net(dev)->ipv6.devconf_all->hop_limit); in ip6_dst_hoplimit() 119 return hoplimit; in ip6_dst_hoplimit()
|
/linux-6.12.1/include/net/ |
D | route.h | 365 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit() local 368 if (hoplimit == 0) in ip4_dst_hoplimit() 369 hoplimit = READ_ONCE(net->ipv4.sysctl_ip_default_ttl); in ip4_dst_hoplimit() 370 return hoplimit; in ip4_dst_hoplimit()
|
/linux-6.12.1/drivers/infiniband/core/ |
D | addr.c | 404 addr->hoplimit = ip4_dst_hoplimit(&rt->dst); in addr4_resolve() 434 addr->hoplimit = ip6_dst_hoplimit(dst); in addr6_resolve() 810 int *hoplimit) in rdma_addr_find_l2_eth_by_grh() argument 841 *hoplimit = dev_addr.hoplimit; in rdma_addr_find_l2_eth_by_grh()
|
D | core_priv.h | 332 int *hoplimit);
|
D | verbs.c | 799 int hoplimit = 0xff; in ib_init_ah_attr_from_wc() local 839 hoplimit, in ib_init_ah_attr_from_wc() 868 hoplimit, in ib_init_ah_attr_from_wc()
|
D | cma.c | 3312 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
|
/linux-6.12.1/include/net/netfilter/ipv6/ |
D | nf_reject.h | 17 __u8 protocol, int hoplimit);
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 199 __u8 protocol, int hoplimit) in nf_reject_ip6hdr_put() argument 210 ip6h->hop_limit = hoplimit; in nf_reject_ip6hdr_put()
|
D | Kconfig | 126 tristate '"hl" hoplimit match support' 182 tristate '"HL" hoplimit target support'
|
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 1000 u32 hoplimit; in sysfs_show_group() local 1034 hoplimit = be32_to_cpu(group->rec.sl_flowlabel_hoplimit); in sysfs_show_group() 1044 (hoplimit & 0xf0000000) >> 28, in sysfs_show_group() 1045 (hoplimit & 0x0fffff00) >> 8, in sysfs_show_group() 1046 (hoplimit & 0x000000ff), in sysfs_show_group()
|
/linux-6.12.1/include/rdma/ |
D | ib_addr.h | 46 int hoplimit; member
|
/linux-6.12.1/net/netfilter/ |
D | Kconfig | 898 tristate '"HL" hoplimit target support' 904 hoplimit/time-to-live value of the IP header. 906 While it is safe to decrement the hoplimit/TTL value, the 907 modules also allow to increment and set the hoplimit value of 1360 tristate '"hl" hoplimit/TTL match support' 1363 HL matching allows you to match packets based on the hoplimit
|