Home
last modified time | relevance | path

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

/linux/include/net/
H A Droute.h389 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit() local
391 if (hoplimit == 0) { in ip4_dst_hoplimit()
396 hoplimit = READ_ONCE(net->ipv4.sysctl_ip_default_ttl); in ip4_dst_hoplimit()
399 return hoplimit; in ip4_dst_hoplimit()
/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c19 __u8 protocol, int hoplimit);
244 __u8 protocol, int hoplimit) in nf_reject_ip6hdr_put() argument
255 ip6h->hop_limit = hoplimit; in nf_reject_ip6hdr_put()
H A DKconfig133 tristate '"hl" hoplimit match support'
189 tristate '"HL" hoplimit target support'
/linux/drivers/infiniband/hw/mlx4/
H A 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/include/rdma/
H A Dib_addr.h46 int hoplimit; member
/linux/net/ipv6/
H A Dip6_output.c266 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local
269 if (hoplimit == 0) { in ip6_dst_hoplimit()
275 hoplimit = READ_ONCE(idev->cnf.hop_limit); in ip6_dst_hoplimit()
277 hoplimit = READ_ONCE(dev_net(dev)->ipv6.devconf_all->hop_limit); in ip6_dst_hoplimit()
281 return hoplimit; in ip6_dst_hoplimit()
/linux/net/netfilter/
H A DKconfig890 tristate '"HL" hoplimit target support'
896 hoplimit/time-to-live value of the IP header.
898 While it is safe to decrement the hoplimit/TTL value, the
899 modules also allow to increment and set the hoplimit value of
1349 tristate '"hl" hoplimit/TTL match support'
1352 HL matching allows you to match packets based on the hoplimit