Searched refs:hoplimit (Results 1 – 6 of 6) sorted by relevance
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
133 tristate '"hl" hoplimit match support'189 tristate '"HL" hoplimit target support'
335 int *hoplimit);
3340 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
264 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local267 if (hoplimit == 0) { in ip6_dst_hoplimit()273 hoplimit = READ_ONCE(idev->cnf.hop_limit); in ip6_dst_hoplimit()275 hoplimit = READ_ONCE(dev_net(dev)->ipv6.devconf_all->hop_limit); in ip6_dst_hoplimit()279 return hoplimit; in ip6_dst_hoplimit()