Searched defs:cpl_pass_accept_req (Results 1 – 3 of 3) sorted by relevance
230 struct cpl_pass_accept_req { struct231 union opcode_tid ot;232 u16 local_port;233 u16 peer_port;234 u32 local_ip;235 u32 peer_ip;236 u32 tos_tid;237 struct tcp_options tcp_options;238 u8 dst_mac[6];239 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 …]
774 struct cpl_pass_accept_req { struct785 /* cpl_pass_accept_req.hdr_len fields */ argument