Searched refs:tipc_link_rcv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 132 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
|
H A D | bcast.c | 454 rc = tipc_link_rcv(l, skb, NULL); in tipc_bcast_rcv()
|
H A D | node.c | 2159 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv() 2173 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv()
|
H A D | link.c | 1781 /* tipc_link_rcv - process TIPC packets/messages arriving from off-node 1786 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_rcv() function
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.h | 132 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
|
H A D | bcast.c | 454 rc = tipc_link_rcv(l, skb, NULL); in tipc_bcast_rcv()
|
H A D | node.c | 2128 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv() 2142 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv()
|
H A D | link.c | 1745 /* tipc_link_rcv - process TIPC packets/messages arriving from off-node 1750 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_rcv() function
|
Completed in 18 milliseconds