Searched defs:irdma_tcp_offload_info (Results 1 – 1 of 1) sorted by relevance
916 struct irdma_tcp_offload_info { struct917 bool ipv4:1;918 bool no_nagle:1;919 bool insert_vlan_tag:1;920 bool time_stamp:1;921 bool drop_ooo_seg:1;922 bool avoid_stretch_ack:1;923 bool wscale:1;924 bool ignore_tcp_opt:1;925 bool ignore_tcp_uns_opt:1;[all …]