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