Searched refs:tipc_rcv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bearer.h | 188 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b);
|
H A D | udp_media.c | 384 tipc_rcv(sock_net(sk), skb, b); in tipc_udp_recv()
|
H A D | crypto.c | 985 tipc_rcv(net, skb, b); in tipc_aead_decrypt_done() 1796 * before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete(). 1914 tipc_rcv(net, (*skb)->next, b); in tipc_crypto_rcv_complete() 1958 /* Remove ehdr & auth. tag prior to tipc_rcv() */ in tipc_crypto_rcv_complete()
|
H A D | bearer.c | 650 tipc_rcv(dev_net(b->pt.dev), skb, b); in tipc_l2_rcv_msg()
|
H A D | node.c | 2046 * tipc_rcv - process TIPC packets/messages arriving from off-node 2054 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv() function
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | bearer.h | 188 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b);
|
H A D | udp_media.c | 390 tipc_rcv(sock_net(sk), skb, b); in tipc_udp_recv()
|
H A D | crypto.c | 981 tipc_rcv(net, skb, b); in tipc_aead_decrypt_done() 1792 * before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete(). 1910 tipc_rcv(net, (*skb)->next, b); in tipc_crypto_rcv_complete() 1954 /* Remove ehdr & auth. tag prior to tipc_rcv() */ in tipc_crypto_rcv_complete()
|
H A D | bearer.c | 664 tipc_rcv(dev_net(b->pt.dev), skb, b); in tipc_l2_rcv_msg()
|
H A D | node.c | 2077 * tipc_rcv - process TIPC packets/messages arriving from off-node 2085 void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) in tipc_rcv() function
|
Completed in 21 milliseconds