Searched defs:ocelot_vcap_key_ipv4 (Results 1 – 2 of 2) sorted by relevance
143 struct ocelot_vcap_key_ipv4 { struct144 enum ocelot_vcap_bit ttl; /* TTL zero */145 enum ocelot_vcap_bit fragment; /* Fragment */146 enum ocelot_vcap_bit options; /* Header options */147 struct ocelot_vcap_u8 ds;148 struct ocelot_vcap_u8 proto; /* Protocol */149 struct ocelot_vcap_ipv4 sip; /* Source IP address */150 struct ocelot_vcap_ipv4 dip; /* Destination IP address */151 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */152 struct ocelot_vcap_udp_tcp sport; /* UDP/TCP: Source port */[all …]
544 struct ocelot_vcap_key_ipv4 { struct545 enum ocelot_vcap_bit ttl; /* TTL zero */546 enum ocelot_vcap_bit fragment; /* Fragment */547 enum ocelot_vcap_bit options; /* Header options */548 struct ocelot_vcap_u8 ds;549 struct ocelot_vcap_u8 proto; /* Protocol */550 struct ocelot_vcap_ipv4 sip; /* Source IP address */551 struct ocelot_vcap_ipv4 dip; /* Destination IP address */552 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */553 struct ocelot_vcap_udp_tcp sport; /* UDP/TCP: Source port */[all …]