Home
last modified time | relevance | path

Searched defs:ocelot_ace_frame_ipv6 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h157 struct ocelot_ace_frame_ipv6 { struct
158 struct ocelot_vcap_u8 proto; /* IPv6 protocol */
159 struct ocelot_vcap_u128 sip; /* IPv6 source (byte 0-7 ignored) */
160 enum ocelot_vcap_bit ttl; /* TTL zero */
161 struct ocelot_vcap_u8 ds;
162 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */
163 struct ocelot_vcap_udp_tcp sport;
164 struct ocelot_vcap_udp_tcp dport;
165 enum ocelot_vcap_bit tcp_fin;
166 enum ocelot_vcap_bit tcp_syn;
[all …]