Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c1665 static int parse_tunnel(struct context *, const struct token *,
1986 .call = parse_tunnel,
1995 .call = parse_tunnel,
2002 .call = parse_tunnel,
2010 .call = parse_tunnel,
2017 .call = parse_tunnel,
2024 .call = parse_tunnel,
6210 parse_tunnel(struct context *ctx, const struct token *token, in parse_tunnel() function
H A Dtestpmd.h204 uint16_t parse_tunnel:1; /**< Parse internal headers */ member
H A Dcsumonly.c878 if (txp->parse_tunnel) { in pkt_burst_checksum_forward()
H A Dcmdline.c4497 (ports[port_id].parse_tunnel) ? "on" : "off"); in csum_show()
4722 ports[res->port_id].parse_tunnel = 1; in cmd_csum_tunnel_parsed()
4724 ports[res->port_id].parse_tunnel = 0; in cmd_csum_tunnel_parsed()
4956 if (!ports[res->port_id].parse_tunnel) in cmd_tunnel_tso_set_parsed()