Home
last modified time | relevance | path

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

/dpdk/lib/net/
H A Drte_esp.h33 uint8_t next_proto; /**< IPv4 or IPv6 or next layer header */ member
H A Drte_ip.h799 int next_proto; in rte_ipv6_get_next_ext() local
/dpdk/app/test-pmd/
H A D5tswap.c90 uint16_t next_proto; in pkt_burst_5tuple_swap() local
H A Dcmdline_flow.c10621 update_fields(uint8_t *buf, struct rte_flow_item *item, uint16_t next_proto) in update_fields()
/dpdk/lib/ipsec/
H A Drte_ipsec_sa.h42 uint8_t next_proto; /**< next header protocol */ member
/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.h22 u32 next_proto; member
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.h97 uint8_t next_proto; /* Next Protocol (8b/1B) */ member
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c746 uint8_t next_proto, uint8_t len, uint16_t *ether_type) in fill_ip6_head()
777 uint8_t next_proto, uint8_t len, uint16_t *ether_type) in fill_ip4_head()
817 static const uint8_t next_proto[] = { in i40e_flow_fdir_fill_eth_ip_head() local
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c337 uint8_t next_proto; in test_ipsec_csum_init() local
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c424 int next_proto; in prepare_one_packet() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c2482 uint8_t next_proto = 0xFF; in mlx5_flow_validate_item_ipv4() local
2588 uint8_t next_proto = 0xFF; in mlx5_flow_validate_item_ipv6() local
/dpdk/lib/ethdev/
H A Drte_flow.h1703 uint32_t next_proto:8; member