Searched defs:irdma_udp_offload_info (Results 1 – 1 of 1) sorted by relevance
830 struct irdma_udp_offload_info { struct831 bool ipv4:1;832 bool insert_vlan_tag:1;833 u8 ttl;834 u8 tos;835 u16 src_port;836 u16 dst_port;837 u32 dest_ip_addr[4];838 u32 snd_mss;839 u16 vlan_tag;[all …]