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