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 */85 uint32_t prio:1; /* filter has priority over active/server */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 */101 uint32_t dirsteer:1; /* 0 => RSS, 1 => steer to iq */102 uint32_t iq:10; /* ingress queue */104 uint32_t eport:2; /* egress port to switch packet out */[all …]