Searched defs:cpl_act_establish (Results 1 – 3 of 3) sorted by relevance
284 struct cpl_act_establish { struct285 union opcode_tid ot;286 u16 local_port;287 u16 peer_port;288 u32 local_ip;289 u32 peer_ip;290 u32 tos_tid;291 u32 rsvd;292 u32 snd_isn;293 u32 rcv_isn;
308 struct cpl_act_establish { struct309 union opcode_tid ot;310 __be32 rsvd;311 __be32 tos_atid;312 __be16 mac_idx;313 __be16 tcp_opt;314 __be32 snd_isn;315 __be32 rcv_isn;
628 struct cpl_act_establish { struct629 RSS_HDR union opcode_tid ot;630 __be16 local_port;631 __be16 peer_port;632 __be32 local_ip;633 __be32 peer_ip;634 __be32 tos_tid;635 __be16 l2t_idx;636 __be16 tcp_opt;637 __be32 snd_isn;[all …]