Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dip_input.c542 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, in ip_rcv() function
Daf_inet.c1938 .func = ip_rcv,
/kernel/linux/linux-5.10/include/net/
Dip.h157 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
/kernel/linux/linux-5.10/Documentation/networking/
Dsnmp_counter.rst20 beginning of ip_rcv function, always be updated together with
/kernel/linux/linux-5.10/net/core/
Ddev.c5361 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()