Home
last modified time | relevance | path

Searched defs:next_proto (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_esp.h33 uint8_t next_proto; /**< IPv4 or IPv6 or next layer header */ member
H A Drte_ip.h526 int next_proto; in rte_ipv6_get_next_ext() local
/f-stack/dpdk/app/test-pmd/
H A D5tswap.c90 uint16_t next_proto; in pkt_burst_5tuple_swap() local
H A Dcmdline_flow.c7360 update_fields(uint8_t *buf, struct rte_flow_item *item, uint16_t next_proto) in update_fields()
/f-stack/dpdk/lib/librte_ipsec/
H A Drte_ipsec_sa.h42 uint8_t next_proto; /**< next header protocol */ member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c747 uint8_t next_proto, uint8_t len, uint16_t *ether_type) in fill_ip6_head()
778 uint8_t next_proto, uint8_t len, uint16_t *ether_type) in fill_ip4_head()
818 static const uint8_t next_proto[] = { in i40e_flow_fdir_fill_eth_ip_head() local
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c381 int next_proto; in prepare_one_packet() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c1976 uint8_t next_proto = 0xFF; in mlx5_flow_validate_item_ipv4() local
2082 uint8_t next_proto = 0xFF; in mlx5_flow_validate_item_ipv6() local
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h1522 uint32_t next_proto:8; member