Home
last modified time | relevance | path

Searched refs:ip6_dst_hoplimit (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/net/ipv6/
Doutput_core.c128 int ip6_dst_hoplimit(struct dst_entry *dst) in ip6_dst_hoplimit() function
145 EXPORT_SYMBOL(ip6_dst_hoplimit);
Dseg6_iptunnel.c143 hdr->hop_limit = ip6_dst_hoplimit(skb_dst(skb)); in seg6_do_srh_encap()
Dipv6_sockglue.c1263 val = ip6_dst_hoplimit(dst); in do_ipv6_getsockopt()
Dip6_output.c248 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit()
Dip6_tunnel.c1189 hop_limit = ip6_dst_hoplimit(dst); in ip6_tnl_xmit()
/Linux-v5.4/net/ipv6/netfilter/
Dnf_reject_ipv6.c186 ip6_dst_hoplimit(dst)); in nf_send_reset6()
/Linux-v5.4/include/net/
Dipv6.h811 int ip6_dst_hoplimit(struct dst_entry *dst);
823 hlimit = ip6_dst_hoplimit(dst); in ip6_sk_dst_hoplimit()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c153 *out_ttl = ip6_dst_hoplimit(dst); in mlx5e_route_lookup_ipv6()
/Linux-v5.4/net/xfrm/
Dxfrm_output.c265 top_iph->hop_limit = ip6_dst_hoplimit(xfrm_dst_child(dst)); in xfrm6_tunnel_encap_add()
/Linux-v5.4/drivers/infiniband/core/
Daddr.c438 addr->hoplimit = ip6_dst_hoplimit(dst); in addr6_resolve()
/Linux-v5.4/net/tipc/
Dudp_media.c204 ttl = ip6_dst_hoplimit(ndst); in tipc_udp_xmit()
/Linux-v5.4/drivers/net/
Dgeneve.c965 ttl = ttl ? : ip6_dst_hoplimit(dst); in geneve6_xmit_skb()
Dvxlan.c2588 ttl = ttl ? : ip6_dst_hoplimit(ndst); in vxlan_xmit_one()