Home
last modified time | relevance | path

Searched refs:ip_rcv (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/ipv4/
Dip_input.c514 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, in ip_rcv() function
Daf_inet.c1905 .func = ip_rcv,
/Linux-v5.4/include/net/
Dip.h154 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
/Linux-v5.4/Documentation/networking/
Dsnmp_counter.rst20 beginning of ip_rcv function, always be updated together with
/Linux-v5.4/net/core/
Ddev.c4929 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()