Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcsumonly.c905 if (txp->parse_tunnel) { in pkt_burst_checksum_forward()
H A Dtestpmd.h250 uint16_t parse_tunnel:1; /**< Parse internal headers */ member
H A Dcmdline_flow.c2327 static int parse_tunnel(struct context *, const struct token *,
3257 .call = parse_tunnel,
3266 .call = parse_tunnel,
3273 .call = parse_tunnel,
3281 .call = parse_tunnel,
3288 .call = parse_tunnel,
3295 .call = parse_tunnel,
9139 parse_tunnel(struct context *ctx, const struct token *token, in parse_tunnel() function
H A Dcmdline.c4627 (ports[port_id].parse_tunnel) ? "on" : "off"); in csum_show()
4864 ports[res->port_id].parse_tunnel = 1; in cmd_csum_tunnel_parsed()
4866 ports[res->port_id].parse_tunnel = 0; in cmd_csum_tunnel_parsed()
5105 if (!ports[res->port_id].parse_tunnel) in cmd_tunnel_tso_set_parsed()