Home
last modified time | relevance | path

Searched refs:softnic_parser_read_uint8 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Dparser.h41 int softnic_parser_read_uint8(uint8_t *value, const char *p);
H A Dparser.c222 softnic_parser_read_uint8(uint8_t *value, const char *p) in softnic_parser_read_uint8() function
H A Drte_eth_softnic_cli.c3497 if (softnic_parser_read_uint8(&m->match.acl.proto, tokens[13]) != 0) { in parse_match()
3582 if (softnic_parser_read_uint8(&proto, tokens[7]) != 0) { in parse_match()
3630 if (softnic_parser_read_uint8(&proto, tokens[7]) != 0) { in parse_match()
3762 if (softnic_parser_read_uint8(&m->match.lpm.depth, tokens[4]) != 0) { in parse_match()
4309 softnic_parser_read_uint8(&dscp, tokens[3]) || in parse_table_action_encap()
4311 softnic_parser_read_uint8(&ttl, tokens[4])) in parse_table_action_encap()
4331 softnic_parser_read_uint8(&dscp, tokens[4]) || in parse_table_action_encap()
4333 softnic_parser_read_uint8(&hop_limit, tokens[5])) in parse_table_action_encap()