Searched defs:cpl_pass_accept_req (Results 1 – 3 of 3) sorted by relevance
220 struct cpl_pass_accept_req { struct221 union opcode_tid ot;222 u16 local_port;223 u16 peer_port;224 u32 local_ip;225 u32 peer_ip;226 u32 tos_tid;227 struct tcp_options tcp_options;228 u8 dst_mac[6];229 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