Searched defs:cxgbit_sock (Results 1 – 1 of 1) sorted by relevance
192 struct cxgbit_sock { struct193 struct cxgbit_sock_common com; argument194 struct cxgbit_np *cnp;195 struct iscsi_conn *conn;196 struct l2t_entry *l2t;197 struct dst_entry *dst;198 struct list_head list;199 struct sk_buff_head rxq;200 struct sk_buff_head txq;201 struct sk_buff_head ppodq;[all …]