Searched refs:hoplimit (Results 1 – 7 of 7) sorted by relevance
389 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit() local391 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()
19 __u8 protocol, int hoplimit);244 __u8 protocol, int hoplimit) in nf_reject_ip6hdr_put() argument255 ip6h->hop_limit = hoplimit; in nf_reject_ip6hdr_put()
133 tristate '"hl" hoplimit match support'189 tristate '"HL" hoplimit target support'
1000 u32 hoplimit; in sysfs_show_group() local1034 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()
46 int hoplimit; member
266 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local269 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()
890 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, the899 modules also allow to increment and set the hoplimit value of1349 tristate '"hl" hoplimit/TTL match support'1352 HL matching allows you to match packets based on the hoplimit