Searched defs:ch_filter_specification (Results 1 – 1 of 1) sorted by relevance
81 struct ch_filter_specification { struct82 void *private;84 uint32_t hitcnts:1; /* count filter hits in TCB */91 uint32_t type:1; /* 0 => IPv4, 1 => IPv6 */92 uint32_t cap:1; /* 0 => LE-TCAM, 1 => Hash */99 uint32_t action:2; /* drop, pass, switch */102 uint32_t iq:10; /* ingress queue */108 uint32_t newvlan:2; /* rewrite VLAN Tag */111 uint16_t vlan; /* VLAN Tag to insert */126 struct ch_filter_tuple val;[all …]