Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dmain.c70 static int parse_ptype; /**< Parse packet type using rx callback, and */ variable
661 parse_ptype = 1; in parse_args()
877 if (parse_ptype) { in prepare_ptype_parser()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c683 parse_ptype(struct rte_mbuf *m) in parse_ptype() function
709 parse_ptype(pkts[i]); in cb_parse_ptype()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c194 static int parse_ptype; /**< Parse packet type using rx callback, and */ variable
1937 parse_ptype = 1; in parse_args()
2706 if (parse_ptype) { in main()
2742 if (!parse_ptype) in main()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c99 parse_ptype(struct rte_mbuf *m) in parse_ptype() function
123 parse_ptype(pkts[i]); in cb_parse_ptype()