Searched refs:hoplimit (Results 1 – 5 of 5) sorted by relevance
410 addr->hoplimit = ip4_dst_hoplimit(&rt->dst); in addr4_resolve()440 addr->hoplimit = ip6_dst_hoplimit(dst); in addr6_resolve()816 int *hoplimit) in rdma_addr_find_l2_eth_by_grh() argument847 *hoplimit = dev_addr.hoplimit; in rdma_addr_find_l2_eth_by_grh()
335 int *hoplimit);
796 int hoplimit = 0xff; in ib_init_ah_attr_from_wc() local836 hoplimit, in ib_init_ah_attr_from_wc()865 hoplimit, in ib_init_ah_attr_from_wc()
3312 route->path_rec->hop_limit = addr->dev_addr.hoplimit; in cma_resolve_iboe_route()
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()