Searched defs:ocelot_vcap_key_ipv6 (Results 1 – 1 of 1) sorted by relevance
165 struct ocelot_vcap_key_ipv6 { struct166 struct ocelot_vcap_u8 proto; /* IPv6 protocol */167 struct ocelot_vcap_u128 sip; /* IPv6 source (byte 0-7 ignored) */168 struct ocelot_vcap_u128 dip; /* IPv6 destination (byte 0-7 ignored) */169 enum ocelot_vcap_bit ttl; /* TTL zero */170 struct ocelot_vcap_u8 ds;171 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */172 struct ocelot_vcap_udp_tcp sport;173 struct ocelot_vcap_udp_tcp dport;174 enum ocelot_vcap_bit tcp_fin;[all …]