Searched refs:sk_buff_head (Results 1 – 25 of 50) sorted by relevance
12
| /include/net/sctp/ |
| D | ulpqueue.h | 32 struct sk_buff_head reasm; 33 struct sk_buff_head reasm_uo; 34 struct sk_buff_head lobby; 46 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sk_buff_head *skb_list); 66 struct sk_buff_head *list, __u16 needed);
|
| D | ulpevent.h | 71 unsigned int sctp_queue_purge_ulpevents(struct sk_buff_head *list); 142 struct net *net, struct sk_buff_head *queue,
|
| /include/net/ |
| D | espintcp.h | 23 struct sk_buff_head ike_queue; 24 struct sk_buff_head out_queue;
|
| D | x25.h | 143 struct sk_buff_head queue; 160 struct sk_buff_head ack_queue; 161 struct sk_buff_head fragment_queue; 162 struct sk_buff_head interrupt_in_queue; 163 struct sk_buff_head interrupt_out_queue;
|
| D | lapb.h | 98 struct sk_buff_head write_queue; 99 struct sk_buff_head ack_queue;
|
| D | netrom.h | 82 struct sk_buff_head ack_queue; 83 struct sk_buff_head reseq_queue; 84 struct sk_buff_head frag_queue;
|
| D | rose.h | 105 struct sk_buff_head queue; 145 struct sk_buff_head frag_queue; 147 struct sk_buff_head ack_queue;
|
| D | fq.h | 34 struct sk_buff_head queue;
|
| D | ax25.h | 251 struct sk_buff_head write_queue; 252 struct sk_buff_head reseq_queue; 253 struct sk_buff_head ack_queue; 254 struct sk_buff_head frag_queue;
|
| D | if_inet6.h | 192 struct sk_buff_head mc_query_queue; /* mld query queue */ 193 struct sk_buff_head mc_report_queue; /* mld report queue */
|
| D | garp.h | 107 struct sk_buff_head queue;
|
| D | mrp.h | 123 struct sk_buff_head queue;
|
| /include/linux/can/ |
| D | rx-offload.h | 22 struct sk_buff_head skb_queue; 23 struct sk_buff_head skb_irq_queue;
|
| /include/linux/ |
| D | virtio_vsock.h | 95 virtio_vsock_skb_queue_head(struct sk_buff_head *list, struct sk_buff *skb) in virtio_vsock_skb_queue_head() 103 virtio_vsock_skb_queue_tail(struct sk_buff_head *list, struct sk_buff *skb) in virtio_vsock_skb_queue_tail() 110 static inline struct sk_buff *virtio_vsock_skb_dequeue(struct sk_buff_head *list) in virtio_vsock_skb_dequeue() 121 static inline void virtio_vsock_skb_queue_purge(struct sk_buff_head *list) in virtio_vsock_skb_queue_purge() 168 struct sk_buff_head rx_queue; 288 int virtio_transport_purge_skbs(void *vsk, struct sk_buff_head *list);
|
| D | mISDNhw.h | 92 struct sk_buff_head squeue; 93 struct sk_buff_head rqueue; 161 struct sk_buff_head rqueue;
|
| D | skbuff.h | 339 struct sk_buff_head { struct 1873 static inline int skb_queue_empty(const struct sk_buff_head *list) in skb_queue_empty() 1885 static inline bool skb_queue_empty_lockless(const struct sk_buff_head *list) in skb_queue_empty_lockless() 1898 static inline bool skb_queue_is_last(const struct sk_buff_head *list, in skb_queue_is_last() 1911 static inline bool skb_queue_is_first(const struct sk_buff_head *list, in skb_queue_is_first() 1925 static inline struct sk_buff *skb_queue_next(const struct sk_buff_head *list, in skb_queue_next() 1943 static inline struct sk_buff *skb_queue_prev(const struct sk_buff_head *list, in skb_queue_prev() 2142 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() 2157 static inline struct sk_buff *__skb_peek(const struct sk_buff_head *list_) in __skb_peek() 2172 const struct sk_buff_head *list_) in skb_peek_next() [all …]
|
| D | scc.h | 74 struct sk_buff_head tx_queue; /* next tx buffer */
|
| D | netpoll.h | 42 struct sk_buff_head txq;
|
| /include/net/iucv/ |
| D | af_iucv.h | 126 struct sk_buff_head send_skb_q; 127 struct sk_buff_head backlog_skb_q;
|
| /include/linux/usb/ |
| D | usbnet.h | 54 struct sk_buff_head rxq; 55 struct sk_buff_head txq; 56 struct sk_buff_head done; 57 struct sk_buff_head rxq_pause;
|
| /include/net/nfc/ |
| D | nci_core.h | 190 struct sk_buff_head rx_hcp_frags; 192 struct sk_buff_head msg_rx_queue; 225 struct sk_buff_head cmd_q; 226 struct sk_buff_head rx_q; 227 struct sk_buff_head tx_q; 454 struct sk_buff_head tx_q;
|
| D | hci.h | 115 struct sk_buff_head rx_hcp_frags; 119 struct sk_buff_head msg_rx_queue;
|
| /include/scsi/ |
| D | libfcoe.h | 133 struct sk_buff_head fip_recv_list; 334 struct sk_buff_head fcoe_rx_list; 361 struct sk_buff_head fcoe_pending_queue;
|
| /include/net/phonet/ |
| D | pep.h | 25 struct sk_buff_head ctrlreq_queue;
|
| /include/net/bluetooth/ |
| D | coredump.h | 52 struct sk_buff_head dump_q;
|
12