Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c709 static struct ip_tunnel_info *skb_tunnel_info_txcheck(struct sk_buff *skb) in skb_tunnel_info_txcheck() function
745 tun_info = skb_tunnel_info_txcheck(skb); in __gre6_xmit()
925 if (!t->parms.collect_md || !IS_ERR(skb_tunnel_info_txcheck(skb))) in ip6gre_tunnel_xmit()
993 tun_info = skb_tunnel_info_txcheck(skb); in ip6erspan_tunnel_xmit()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c731 static struct ip_tunnel_info *skb_tunnel_info_txcheck(struct sk_buff *skb) in skb_tunnel_info_txcheck() function
767 tun_info = skb_tunnel_info_txcheck(skb); in __gre6_xmit()
926 if (!t->parms.collect_md || !IS_ERR(skb_tunnel_info_txcheck(skb))) in ip6gre_tunnel_xmit()
993 tun_info = skb_tunnel_info_txcheck(skb); in ip6erspan_tunnel_xmit()

Completed in 10 milliseconds