Searched defs:ocelot_vcap_key_arp (Results 1 – 1 of 1) sorted by relevance
126 struct ocelot_vcap_key_arp { struct127 struct ocelot_vcap_u48 smac;128 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */129 enum ocelot_vcap_bit req; /* Opcode request/reply */130 enum ocelot_vcap_bit unknown; /* Opcode unknown */131 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */132 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */135 enum ocelot_vcap_bit length;137 enum ocelot_vcap_bit ip; /* Protocol address type IP */138 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */[all …]