Searched defs:efx_tc_ct_entry (Results 1 – 1 of 1) sorted by relevance
39 struct efx_tc_ct_entry { struct40 unsigned long cookie;41 struct rhash_head linkage;42 __be16 eth_proto;43 u8 ip_proto;44 bool dnat;45 __be32 src_ip, dst_ip, nat_ip;46 struct in6_addr src_ip6, dst_ip6;47 __be16 l4_sport, l4_dport, l4_natport; /* Ports (UDP, TCP) */48 struct efx_tc_ct_zone *zone;[all …]