Home
last modified time | relevance | path

Searched refs:backlogq (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c108 * @backlogq: queue for messages waiting to be sent
160 struct sk_buff_head backlogq; member
523 __skb_queue_head_init(&l->backlogq); in tipc_link_create()
963 __skb_queue_purge(&l->backlogq); in tipc_link_reset()
1004 struct sk_buff_head *backlogq = &l->backlogq; in tipc_link_xmit() local
1074 __skb_queue_tail(backlogq, skb); in tipc_link_xmit()
1086 __skb_queue_tail(backlogq, skb); in tipc_link_xmit()
1087 skb_queue_splice_tail_init(list, backlogq); in tipc_link_xmit()
1096 int bklog_len = skb_queue_len(&l->backlogq); in tipc_link_update_cwin()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c108 * @backlogq: queue for messages waiting to be sent
188 struct sk_buff_head backlogq; member
552 __skb_queue_head_init(&l->backlogq); in tipc_link_create()
998 __skb_queue_purge(&l->backlogq); in tipc_link_reset()
1039 struct sk_buff_head *backlogq = &l->backlogq; in tipc_link_xmit() local
1109 __skb_queue_tail(backlogq, skb); in tipc_link_xmit()
1121 __skb_queue_tail(backlogq, skb); in tipc_link_xmit()
1122 skb_queue_splice_tail_init(list, backlogq); in tipc_link_xmit()
1131 int bklog_len = skb_queue_len(&l->backlogq); in tipc_link_update_cwin()
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c288 struct sk_buff_head backlogq; in cxgbit_unlock_sock() local
292 skb_queue_head_init(&backlogq); in cxgbit_unlock_sock()
295 while (skb_queue_len(&csk->backlogq)) { in cxgbit_unlock_sock()
296 skb_queue_splice_init(&csk->backlogq, &backlogq); in cxgbit_unlock_sock()
299 while ((skb = __skb_dequeue(&backlogq))) { in cxgbit_unlock_sock()
H A Dcxgbit_cm.c708 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_abort_conn()
783 __skb_queue_purge(&csk->backlogq); in cxgbit_free_skb()
1079 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_rx_data_ack()
1358 skb_queue_head_init(&csk->backlogq); in cxgbit_pass_accept_req()
1945 __skb_queue_tail(&csk->backlogq, skb); in __cxgbit_process_rx_cpl()
H A Dcxgbit.h199 struct sk_buff_head backlogq; member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c288 struct sk_buff_head backlogq; in cxgbit_unlock_sock() local
292 skb_queue_head_init(&backlogq); in cxgbit_unlock_sock()
295 while (skb_queue_len(&csk->backlogq)) { in cxgbit_unlock_sock()
296 skb_queue_splice_init(&csk->backlogq, &backlogq); in cxgbit_unlock_sock()
299 while ((skb = __skb_dequeue(&backlogq))) { in cxgbit_unlock_sock()
H A Dcxgbit_cm.c708 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_abort_conn()
783 __skb_queue_purge(&csk->backlogq); in cxgbit_free_skb()
1081 __skb_queue_tail(&csk->backlogq, skb); in cxgbit_rx_data_ack()
1359 skb_queue_head_init(&csk->backlogq); in cxgbit_pass_accept_req()
1943 __skb_queue_tail(&csk->backlogq, skb); in __cxgbit_process_rx_cpl()
H A Dcxgbit.h199 struct sk_buff_head backlogq; member

Completed in 16 milliseconds