Lines Matching refs:key_offset
806 " [filter match | mismatch offset <key_offset> mask <key_mask> key <key_value> port <port_id>]\n"
807 " [balance offset <key_offset> mask <key_mask> port <port_id0> ... <port_id15>]\n";
868 if (parser_read_uint32(&p.fltr.key_offset, tokens[t0 + 3]) != 0) {
869 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");
925 if (parser_read_uint32(&p.lb.key_offset, tokens[t0 + 2]) != 0) {
926 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");
974 " [balance offset <key_offset> mask <key_mask> outoffset <out_offset>]\n"
1059 if (parser_read_uint32(&p.lb.key_offset, tokens[t0 + 2]) != 0) {
1060 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");
1891 " offset <key_offset>\n"
1897 " offset <key_offset>\n"
1994 if (parser_read_uint32(&p.match.array.key_offset,
1996 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");
2064 if (parser_read_uint32(&p.match.hash.key_offset,
2066 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");
2117 if (parser_read_uint32(&p.match.lpm.key_offset,
2119 snprintf(out, out_size, MSG_ARG_INVALID, "key_offset");