Searched refs:ip_rcv (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_input.c | 542 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, in ip_rcv() function
|
D | af_inet.c | 1938 .func = ip_rcv,
|
/kernel/linux/linux-5.10/include/net/ |
D | ip.h | 157 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | snmp_counter.rst | 20 beginning of ip_rcv function, always be updated together with
|
/kernel/linux/linux-5.10/net/core/ |
D | dev.c | 5361 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
|