Home
last modified time | relevance | path

Searched refs:ipv6_rcv (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/ipv6/
H A Dip6_input.c302 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ipv6_rcv() function
H A Daf_inet6.c888 .func = ipv6_rcv,
/linux-6.15/include/net/
H A Dipv6.h1077 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev,
/linux-6.15/net/core/
H A Ddev.c5887 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()