Searched refs:CB_FLD_DST_PORT (Results 1 – 2 of 2) sorted by relevance
| /dpdk/examples/l3fwd/ |
| H A D | em_route_parse.c | 19 CB_FLD_DST_PORT, enumerator 64 GET_CB_FIELD(in[CB_FLD_DST_PORT], v->v6_key.port_dst, 0, UINT16_MAX, 0); in em_parse_v6_rule() 101 GET_CB_FIELD(in[CB_FLD_DST_PORT], v->v4_key.port_dst, 0, UINT16_MAX, 0); in em_parse_v4_rule()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 49 CB_FLD_DST_PORT, enumerator 450 if (get_cb_field(&in[CB_FLD_DST_PORT], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule()
|