Searched refs:sk_buff_head (Results 76 - 100 of 437) sorted by relevance

1234567891011>>

/linux-master/net/tipc/
H A Dmsg.c206 int mss, struct sk_buff_head *txq)
311 int pktmax, struct sk_buff_head *frags)
373 int dsz, int pktmax, struct sk_buff_head *list)
677 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy)
739 bool tipc_msg_assemble(struct sk_buff_head *list)
764 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq)
801 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg,
802 struct sk_buff_head *cp
[all...]
H A Dname_distr.c150 static void named_distribute(struct net *net, struct sk_buff_head *list,
210 struct sk_buff_head head;
313 static struct sk_buff *tipc_named_dequeue(struct sk_buff_head *namedq,
364 void tipc_named_rcv(struct net *net, struct sk_buff_head *namedq,
/linux-master/include/scsi/
H A Dlibfcoe.h133 struct sk_buff_head fip_recv_list;
334 struct sk_buff_head fcoe_rx_list;
361 struct sk_buff_head fcoe_pending_queue;
/linux-master/include/linux/
H A Dskbuff.h337 struct sk_buff_head { struct
862 /* These two members must be first to match sk_buff_head. */
1826 static inline int skb_queue_empty(const struct sk_buff_head *list)
1838 static inline bool skb_queue_empty_lockless(const struct sk_buff_head *list)
1851 static inline bool skb_queue_is_last(const struct sk_buff_head *list,
1864 static inline bool skb_queue_is_first(const struct sk_buff_head *list,
1878 static inline struct sk_buff *skb_queue_next(const struct sk_buff_head *list,
1896 static inline struct sk_buff *skb_queue_prev(const struct sk_buff_head *list,
2083 * skb_peek - peek at the head of an &sk_buff_head
2095 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list
[all...]
/linux-master/net/sctp/
H A Dulpqueue.c85 struct sk_buff_head temp;
179 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sk_buff_head *skb_list)
184 struct sk_buff_head *queue;
313 struct sk_buff_head *queue,
718 struct sk_buff_head temp;
742 struct sk_buff_head *event_list;
751 event_list = (struct sk_buff_head *) sctp_event2skb(event)->prev;
874 struct sk_buff_head temp;
875 struct sk_buff_head *lobby = &ulpq->lobby;
958 __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, struct sk_buff_head *lis
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc.h299 struct sk_buff_head mgmt_ep_queue;
300 struct sk_buff_head cab_ep_queue;
301 struct sk_buff_head data_be_queue;
302 struct sk_buff_head data_bk_queue;
303 struct sk_buff_head data_vi_queue;
304 struct sk_buff_head data_vo_queue;
305 struct sk_buff_head tx_failed;
/linux-master/drivers/scsi/fnic/
H A Dfnic.h309 struct sk_buff_head frame_queue;
310 struct sk_buff_head tx_queue;
315 struct sk_buff_head fip_frame_queue;
/linux-master/drivers/net/xen-netback/
H A Dcommon.h132 struct sk_buff_head *completed;
161 struct sk_buff_head tx_queue;
198 struct sk_buff_head rx_queue;
/linux-master/net/nfc/hci/
H A Dhci.h35 struct sk_buff_head msg_frags;
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54usb.h151 struct sk_buff_head rx_queue;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.h103 struct sk_buff_head replies;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.h197 struct sk_buff_head rx_head;
/linux-master/drivers/s390/net/
H A Dctcm_fsms.h161 void ctcm_purge_skb_queue(struct sk_buff_head *q);
/linux-master/net/rose/
H A Drose_loopback.c15 static struct sk_buff_head loopback_queue;
/linux-master/include/net/
H A Dmrp.h123 struct sk_buff_head queue;
H A Dllc_conn.h63 struct sk_buff_head pdu_unack_q; /* PUDs sent/waiting ack */
H A Dax25.h250 struct sk_buff_head write_queue;
251 struct sk_buff_head reseq_queue;
252 struct sk_buff_head ack_queue;
253 struct sk_buff_head frag_queue;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.h323 struct sk_buff_head *ul_list);
/linux-master/net/rds/
H A Dtcp.h9 struct sk_buff_head ti_skb_list;
/linux-master/drivers/usb/gadget/function/
H A Du_ether.h77 struct sk_buff_head *list);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port.h124 struct sk_buff_head rx_skb_list;
/linux-master/net/core/
H A Dgro_cells.c9 struct sk_buff_head napi_skbs;
/linux-master/include/net/nfc/
H A Dhci.h115 struct sk_buff_head rx_hcp_frags;
119 struct sk_buff_head msg_rx_queue;
/linux-master/drivers/nfc/pn533/
H A Dpn533.h138 struct sk_buff_head resp_q;
139 struct sk_buff_head fragment_skb;

Completed in 436 milliseconds

1234567891011>>