Searched refs:tipc_sk_mcast_rcv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.h | 57 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
|
H A D | bcast.c | 424 tipc_sk_mcast_rcv(net, &localq, &inputq); in tipc_mcast_xmit()
|
H A D | node.c | 1620 tipc_sk_mcast_rcv(peer_net, list, &inputq); in tipc_lxc_xmit() 1630 tipc_sk_mcast_rcv(peer_net, list, &inputq); in tipc_lxc_xmit() 1803 tipc_sk_mcast_rcv(n->net, &be->arrvq, &be->inputq2); in tipc_node_mcast_rcv()
|
H A D | socket.c | 1172 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets 1178 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq, in tipc_sk_mcast_rcv() function
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.h | 57 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
|
H A D | bcast.c | 424 tipc_sk_mcast_rcv(net, &localq, &inputq); in tipc_mcast_xmit()
|
H A D | node.c | 1649 tipc_sk_mcast_rcv(peer_net, list, &inputq); in tipc_lxc_xmit() 1659 tipc_sk_mcast_rcv(peer_net, list, &inputq); in tipc_lxc_xmit() 1832 tipc_sk_mcast_rcv(n->net, &be->arrvq, &be->inputq2); in tipc_node_mcast_rcv()
|
H A D | socket.c | 1188 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets 1195 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq, in tipc_sk_mcast_rcv() function
|
Completed in 21 milliseconds