Searched refs:ipv6_list_rcv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_input.c | 315 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt, in ipv6_list_rcv() function
|
H A D | af_inet6.c | 892 .list_func = ipv6_list_rcv,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_input.c | 324 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt, in ipv6_list_rcv() function
|
H A D | af_inet6.c | 888 .list_func = ipv6_list_rcv,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 978 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 1086 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 5418 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 5598 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
|
Completed in 35 milliseconds