Home
last modified time | relevance | path

Searched refs:rcvq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c760 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 Dmsg.h1200 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c1635 struct sk_buff_head *rcvq, in __first_packet_length() argument
1640 while ((skb = skb_peek(rcvq)) != NULL) { in __first_packet_length()
1647 __skb_unlink(skb, rcvq); in __first_packet_length()
1667 struct sk_buff_head *rcvq = &udp_sk(sk)->reader_queue; in first_packet_length() local
1673 spin_lock_bh(&rcvq->lock); in first_packet_length()
1674 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length()
1677 skb_queue_splice_tail_init(sk_queue, rcvq); in first_packet_length()
1680 skb = __first_packet_length(sk, rcvq, &total); in first_packet_length()
1685 spin_unlock_bh(&rcvq->lock); in first_packet_length()