Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Doutput_core.c130 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local
131 if (hoplimit == 0) { in ip6_dst_hoplimit()
138 hoplimit = idev->cnf.hop_limit; in ip6_dst_hoplimit()
140 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
143 return hoplimit; in ip6_dst_hoplimit()
/Linux-v5.4/include/net/
Droute.h349 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit() local
352 if (hoplimit == 0) in ip4_dst_hoplimit()
353 hoplimit = net->ipv4.sysctl_ip_default_ttl; in ip4_dst_hoplimit()
354 return hoplimit; in ip4_dst_hoplimit()
/Linux-v5.4/include/net/netfilter/ipv6/
Dnf_reject.h18 __u8 protocol, int hoplimit);
/Linux-v5.4/drivers/infiniband/core/
Daddr.c407 addr->hoplimit = ip4_dst_hoplimit(&rt->dst); in addr4_resolve()
438 addr->hoplimit = ip6_dst_hoplimit(dst); in addr6_resolve()
813 int *hoplimit) in rdma_addr_find_l2_eth_by_grh() argument
844 *hoplimit = dev_addr.hoplimit; in rdma_addr_find_l2_eth_by_grh()
Dcore_priv.h366 int *hoplimit);
Dverbs.c775 int hoplimit = 0xff; in ib_init_ah_attr_from_wc() local
815 hoplimit, in ib_init_ah_attr_from_wc()
844 hoplimit, in ib_init_ah_attr_from_wc()
Dcma.c2887 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
/Linux-v5.4/net/ipv6/netfilter/
Dnf_reject_ipv6.c65 __u8 protocol, int hoplimit) in nf_reject_ip6hdr_put() argument
76 ip6h->hop_limit = hoplimit; in nf_reject_ip6hdr_put()
DKconfig127 tristate '"hl" hoplimit match support'
183 tristate '"HL" hoplimit target support'
/Linux-v5.4/include/rdma/
Dib_addr.h72 int hoplimit; member
/Linux-v5.4/net/netfilter/
DKconfig856 tristate '"HL" hoplimit target support'
862 hoplimit/time-to-live value of the IP header.
864 While it is safe to decrement the hoplimit/TTL value, the
865 modules also allow to increment and set the hoplimit value of
1319 tristate '"hl" hoplimit/TTL match support'
1322 HL matching allows you to match packets based on the hoplimit