Home
last modified time | relevance | path

Searched refs:hoplimit (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/net/ipv6/
Doutput_core.c112 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local
113 if (hoplimit == 0) { in ip6_dst_hoplimit()
120 hoplimit = idev->cnf.hop_limit; in ip6_dst_hoplimit()
122 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
125 return hoplimit; in ip6_dst_hoplimit()
/Linux-v6.1/include/net/
Droute.h367 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit() local
370 if (hoplimit == 0) in ip4_dst_hoplimit()
371 hoplimit = READ_ONCE(net->ipv4.sysctl_ip_default_ttl); in ip4_dst_hoplimit()
372 return hoplimit; in ip4_dst_hoplimit()
/Linux-v6.1/include/net/netfilter/ipv6/
Dnf_reject.h17 __u8 protocol, int hoplimit);
/Linux-v6.1/drivers/infiniband/core/
Daddr.c410 addr->hoplimit = ip4_dst_hoplimit(&rt->dst); in addr4_resolve()
440 addr->hoplimit = ip6_dst_hoplimit(dst); in addr6_resolve()
816 int *hoplimit) in rdma_addr_find_l2_eth_by_grh() argument
847 *hoplimit = dev_addr.hoplimit; in rdma_addr_find_l2_eth_by_grh()
Dcore_priv.h335 int *hoplimit);
Dverbs.c794 int hoplimit = 0xff; in ib_init_ah_attr_from_wc() local
834 hoplimit, in ib_init_ah_attr_from_wc()
863 hoplimit, in ib_init_ah_attr_from_wc()
Dcma.c3280 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
/Linux-v6.1/net/ipv6/netfilter/
Dnf_reject_ipv6.c199 __u8 protocol, int hoplimit) in nf_reject_ip6hdr_put() argument
210 ip6h->hop_limit = hoplimit; in nf_reject_ip6hdr_put()
DKconfig122 tristate '"hl" hoplimit match support'
178 tristate '"HL" hoplimit target support'
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dmcg.c1000 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-v6.1/include/rdma/
Dib_addr.h46 int hoplimit; member
/Linux-v6.1/net/netfilter/
DKconfig896 tristate '"HL" hoplimit target support'
902 hoplimit/time-to-live value of the IP header.
904 While it is safe to decrement the hoplimit/TTL value, the
905 modules also allow to increment and set the hoplimit value of
1358 tristate '"hl" hoplimit/TTL match support'
1361 HL matching allows you to match packets based on the hoplimit