Searched refs:__ipgre_rcv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 349 static int __ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in __ipgre_rcv() function 406 res = __ipgre_rcv(skb, tpi, itn, hdr_len, false); in ipgre_rcv() 412 res = __ipgre_rcv(skb, tpi, itn, hdr_len, true); in ipgre_rcv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 351 static int __ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in __ipgre_rcv() function 411 res = __ipgre_rcv(skb, tpi, itn, hdr_len, false); in ipgre_rcv() 417 res = __ipgre_rcv(skb, tpi, itn, hdr_len, true); in ipgre_rcv()
|
Completed in 5 milliseconds