Searched refs:rcvq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 760 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq) in tipc_msg_reassemble() argument 774 __skb_queue_tail(rcvq, _skb); in tipc_msg_reassemble() 789 __skb_queue_tail(rcvq, frag); in tipc_msg_reassemble()
|
H A D | msg.h | 1200 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq);
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 760 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq) in tipc_msg_reassemble() argument 774 __skb_queue_tail(rcvq, _skb); in tipc_msg_reassemble() 789 __skb_queue_tail(rcvq, frag); in tipc_msg_reassemble()
|
H A D | msg.h | 1177 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 1655 struct sk_buff_head *rcvq, in __first_packet_length() 1660 while ((skb = skb_peek(rcvq)) != NULL) { in __first_packet_length() 1667 __skb_unlink(skb, rcvq); in __first_packet_length() 1687 struct sk_buff_head *rcvq = &udp_sk(sk)->reader_queue; in first_packet_length() local 1693 spin_lock_bh(&rcvq->lock); in first_packet_length() 1694 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length() 1697 skb_queue_splice_tail_init(sk_queue, rcvq); in first_packet_length() 1700 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length() 1705 spin_unlock_bh(&rcvq->lock); in first_packet_length() 1654 __first_packet_length(struct sock *sk, struct sk_buff_head *rcvq, int *total) __first_packet_length() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 1610 struct sk_buff_head *rcvq, in __first_packet_length() 1615 while ((skb = skb_peek(rcvq)) != NULL) { in __first_packet_length() 1622 __skb_unlink(skb, rcvq); in __first_packet_length() 1642 struct sk_buff_head *rcvq = &udp_sk(sk)->reader_queue; in first_packet_length() local 1648 spin_lock_bh(&rcvq->lock); in first_packet_length() 1649 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length() 1652 skb_queue_splice_tail_init(sk_queue, rcvq); in first_packet_length() 1655 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length() 1660 spin_unlock_bh(&rcvq->lock); in first_packet_length() 1609 __first_packet_length(struct sock *sk, struct sk_buff_head *rcvq, int *total) __first_packet_length() argument
|
Completed in 16 milliseconds