Home
last modified time | relevance | path

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

/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/netfilter/
H A DKconfig133 tristate '"hl" hoplimit match support'
189 tristate '"HL" hoplimit target support'
/linux/drivers/infiniband/core/
H A Dcore_priv.h335 int *hoplimit);
H A Dcma.c3340 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
/linux/net/ipv6/
H A Dip6_output.c264 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit() local
267 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()