Searched defs:cpl_pass_accept_req (Results 1 – 3 of 3) sorted by relevance
229 struct cpl_pass_accept_req { struct230 union opcode_tid ot;231 u16 local_port;232 u16 peer_port;233 u32 local_ip;234 u32 peer_ip;235 u32 tos_tid;236 struct tcp_options tcp_options;237 u8 dst_mac[6];238 u16 vlan_tag;[all …]
538 struct cpl_pass_accept_req { struct539 RSS_HDR union opcode_tid ot;540 __be16 local_port;541 __be16 peer_port;542 __be32 local_ip;543 __be32 peer_ip;544 __be32 tos_tid;545 struct tcp_options tcp_options;546 __u8 dst_mac[6];547 __be16 vlan_tag;[all …]
396 struct cpl_pass_accept_req { struct407 /* cpl_pass_accept_req.hdr_len fields */ argument