Home
last modified time | relevance | path

Searched refs:psh_hlen (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_tunnel.c1128 unsigned int psh_hlen = sizeof(struct ipv6hdr) + t->encap_hlen; in ip6_tnl_xmit() local
1129 unsigned int max_headroom = psh_hlen; in ip6_tnl_xmit()
1210 mtu = dst_mtu(dst) - eth_hlen - psh_hlen - t->tun_hlen; in ip6_tnl_xmit()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_tunnel.c1095 unsigned int psh_hlen = sizeof(struct ipv6hdr) + t->encap_hlen; in ip6_tnl_xmit() local
1096 unsigned int max_headroom = psh_hlen; in ip6_tnl_xmit()
1188 mtu = dst_mtu(dst) - eth_hlen - psh_hlen - t->tun_hlen; in ip6_tnl_xmit()

Completed in 11 milliseconds