Searched refs:tipc_bcast_rcv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bcast.h | 95 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
|
H A D | bcast.c | 432 /* tipc_bcast_rcv - receive a broadcast packet, and deliver to rcv link 436 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb) in tipc_bcast_rcv() function
|
H A D | node.c | 1867 rc = tipc_bcast_rcv(net, be->link, skb); in tipc_node_bc_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | bcast.h | 95 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
|
H A D | bcast.c | 432 /* tipc_bcast_rcv - receive a broadcast packet, and deliver to rcv link 436 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb) in tipc_bcast_rcv() function
|
H A D | node.c | 1896 rc = tipc_bcast_rcv(net, be->link, skb); in tipc_node_bc_rcv()
|
Completed in 11 milliseconds