Searched refs:__skb_queue_head (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/can/dev/ |
| H A D | rx-offload.c | 101 __skb_queue_head(head, new); in __skb_queue_add_sort()
|
| /linux/net/tipc/ |
| H A D | msg.c | 841 __skb_queue_head(list, skb); in __tipc_skb_queue_sorted()
|
| H A D | socket.c | 2780 __skb_queue_head(&new_sk->sk_receive_queue, buf); in tipc_accept()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | txrx.c | 253 __skb_queue_head(amsdu, first); in wcn36xx_unchain_msdu()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 423 __skb_queue_head(&port->fcoe_pending_queue, skb); in fcoe_check_wait_queue()
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1300 __skb_queue_head(&sch->gso_skb, skb); in qdisc_dequeue_peeked()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 2048 __skb_queue_head(&ctx->rx_list, skb); in tls_rx_reader_release() 2128 __skb_queue_head(&ctx->rx_list, skb); in tls_sw_recvmsg() 2139 __skb_queue_head(&ctx->rx_list, skb); in tls_sw_recvmsg()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | tx.c | 1446 __skb_queue_head(&agg->queue, skb); in carl9170_tx_ampdu_queue()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2166 __skb_queue_head(amsdu, first); in ath10k_unchain_msdu() 2179 __skb_queue_head(amsdu, first); in ath10k_unchain_msdu()
|
| /linux/drivers/net/ |
| H A D | xen-netfront.c | 1324 __skb_queue_head(&tmpq, skb); in xennet_poll()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 2442 * __skb_queue_head - queue a buffer at the list head 2451 static inline void __skb_queue_head(struct sk_buff_head *list, 2452 static inline void __skb_queue_head(struct sk_buff_head *list, __skb_queue_head() function
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 3976 __skb_queue_head(&hdev->cmd_q, skb); in hci_req_cmd_complete()
|
| /linux/drivers/net/usb/ |
| H A D | lan78xx.c | 3692 __skb_queue_head(&dev->txq_pend, skb); in lan78xx_start_xmit()
|
| H A D | r8152.c | 2586 __skb_queue_head(list, skb); in r8152_csum_workaround() 2812 __skb_queue_head(&skb_head, skb); in r8152_tx_agg_fill()
|
| /linux/net/core/ |
| H A D | skbuff.c | 4088 __skb_queue_head(list, newsk);
|