Searched defs:irdma_tcp_offload_info (Results 1 – 1 of 1) sorted by relevance
1024 struct irdma_tcp_offload_info { struct1025 bool ipv4:1;1026 bool no_nagle:1;1027 bool insert_vlan_tag:1;1028 bool time_stamp:1;1029 bool drop_ooo_seg:1;1030 bool avoid_stretch_ack:1;1031 bool wscale:1;1032 bool ignore_tcp_opt:1;1033 bool ignore_tcp_uns_opt:1;[all …]