Lines Matching defs:chtls_sock
276 struct chtls_sock { struct
277 struct sock *sk;
278 struct chtls_dev *cdev;
279 struct l2t_entry *l2t_entry; /* pointer to the L2T entry */
280 struct net_device *egress_dev; /* TX_CHAN for act open retry */
282 struct sk_buff_head txq;
283 struct sk_buff *wr_skb_head;
284 struct sk_buff *wr_skb_tail;
285 struct sk_buff *ctrl_skb_cache;
286 struct sk_buff *txdata_skb_cache; /* abort path messages */
287 struct kref kref;
288 unsigned long flags;
289 u32 opt2;
290 u32 wr_credits;
291 u32 wr_unacked;
292 u32 wr_max_credits;
293 u32 wr_nondata;
294 u32 hwtid; /* TCP Control Block ID */
295 u32 txq_idx;
296 u32 rss_qid;
297 u32 tid;
298 u32 idr;
299 u32 mss;
300 u32 ulp_mode;
301 u32 tx_chan;
302 u32 rx_chan;
303 u32 sndbuf;
304 u32 txplen_max;
305 u32 mtu_idx; /* MTU table index */
306 u32 smac_idx;
307 u8 port_id;
308 u8 tos;
309 u16 resv2;
310 u32 delack_mode;
311 u32 delack_seq;
312 u32 snd_win;
313 u32 rcv_win;
315 void *passive_reap_next; /* placeholder for passive */
316 struct chtls_hws tlshws;
317 struct synq {
320 } synq;
321 struct listen_ctx *listen_ctx;