Searched refs:ip_rcv (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
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
|
A D | af_inet.c | 1926 .func = ip_rcv,
|
/linux-6.3-rc2/include/net/ |
A D | ip.h | 158 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|
/linux-6.3-rc2/Documentation/networking/ |
A D | snmp_counter.rst | 20 beginning of ip_rcv function, always be updated together with
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 5479 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
|
Completed in 27 milliseconds