Searched defs:irdma_tcp_offload_info (Results 1 – 1 of 1) sorted by relevance
875 struct irdma_tcp_offload_info { struct876 bool ipv4:1;877 bool no_nagle:1;878 bool insert_vlan_tag:1;879 bool time_stamp:1;880 bool drop_ooo_seg:1;881 bool avoid_stretch_ack:1;882 bool wscale:1;883 bool ignore_tcp_opt:1;884 bool ignore_tcp_uns_opt:1;[all …]