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