Searched defs:ocelot_ace_frame_ipv4 (Results 1 – 1 of 1) sorted by relevance
135 struct ocelot_ace_frame_ipv4 { struct136 enum ocelot_vcap_bit ttl; /* TTL zero */137 enum ocelot_vcap_bit fragment; /* Fragment */138 enum ocelot_vcap_bit options; /* Header options */139 struct ocelot_vcap_u8 ds;140 struct ocelot_vcap_u8 proto; /* Protocol */141 struct ocelot_vcap_ipv4 sip; /* Source IP address */142 struct ocelot_vcap_ipv4 dip; /* Destination IP address */143 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */144 struct ocelot_vcap_udp_tcp sport; /* UDP/TCP: Source port */[all …]