Searched refs:ip_rcv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_input.c | 553 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, in ip_rcv() function
|
H A D | af_inet.c | 1950 .func = ip_rcv,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_input.c | 560 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, in ip_rcv() function
|
H A D | af_inet.c | 1951 .func = ip_rcv,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 160 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 161 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 5375 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 5555 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
|
Completed in 36 milliseconds