Lines Matching refs:sk_buff
205 struct sk_buff *wr_pending_head;
206 struct sk_buff *wr_pending_tail;
207 struct sk_buff *cpl_close;
208 struct sk_buff *cpl_abort_req;
209 struct sk_buff *cpl_abort_rpl;
210 struct sk_buff *skb_ulp_lhdr;
275 struct sk_buff *wr_next;
308 static inline void cxgbi_skcb_set_flag(struct sk_buff *skb, in cxgbi_skcb_set_flag()
314 static inline void cxgbi_skcb_clear_flag(struct sk_buff *skb, in cxgbi_skcb_clear_flag()
320 static inline int cxgbi_skcb_test_flag(const struct sk_buff *skb, in cxgbi_skcb_test_flag()
403 struct sk_buff *skb; in cxgbi_sock_purge_write_queue()
418 static inline struct sk_buff *alloc_wr(int wrlen, int dlen, gfp_t gfp) in alloc_wr()
420 struct sk_buff *skb = alloc_skb(wrlen + dlen, gfp); in alloc_wr()
445 struct sk_buff *skb) in cxgbi_sock_enqueue_wr()
466 const struct sk_buff *skb = csk->wr_pending_head; in cxgbi_sock_count_pending_wrs()
475 static inline struct sk_buff *cxgbi_sock_peek_wr(const struct cxgbi_sock *csk) in cxgbi_sock_peek_wr()
480 static inline struct sk_buff *cxgbi_sock_dequeue_wr(struct cxgbi_sock *csk) in cxgbi_sock_dequeue_wr()
482 struct sk_buff *skb = csk->wr_pending_head; in cxgbi_sock_dequeue_wr()
493 void cxgbi_sock_skb_entail(struct cxgbi_sock *, struct sk_buff *);
495 void cxgbi_sock_act_open_req_arp_failure(void *, struct sk_buff *);
566 int (*csk_rx_pdu_ready)(struct cxgbi_sock *, struct sk_buff *);
595 struct sk_buff *skb;