Home
last modified time | relevance | path

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

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