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