Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd/
H A Dmain.c74 static int parse_ptype; /**< Parse packet type using rx callback, and */ variable
834 parse_ptype = 1; in parse_args()
1107 if (parse_ptype) { in prepare_ptype_parser()
/dpdk/examples/ip_fragmentation/
H A Dmain.c686 parse_ptype(struct rte_mbuf *m) in parse_ptype() function
712 parse_ptype(pkts[i]); in cb_parse_ptype()
/dpdk/examples/l3fwd-power/
H A Dmain.c194 static int parse_ptype; /**< Parse packet type using rx callback, and */ variable
1975 parse_ptype = 1; in parse_args()
2797 if (parse_ptype) { in main()
2844 if (!parse_ptype) in main()