Searched defs:ipv6 (Results 1 – 25 of 75) sorted by relevance
123
| /dpdk/app/test/ |
| H A D | test_ipsec_sad.c | 153 __test_add_invalid(int ipv6, union rte_ipsec_sad_key *tuple) in __test_add_invalid() 228 __test_delete_invalid(int ipv6, union rte_ipsec_sad_key *tuple) in __test_delete_invalid() 287 __test_lookup_invalid(int ipv6, union rte_ipsec_sad_key *tuple) in __test_lookup_invalid() 346 __test_lookup_basic(int ipv6, union rte_ipsec_sad_key *tuple, in __test_lookup_basic() 425 __test_lookup_adv(int ipv6, union rte_ipsec_sad_key *tuple, in __test_lookup_adv() 689 __test_lookup_order(int ipv6, union rte_ipsec_sad_key *tuple, in __test_lookup_order()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sad.h | 30 struct rte_ipv6_hdr *ipv6) in cmp_sa_key() 68 struct rte_ipv6_hdr *ipv6; in sad_lookup() local
|
| H A D | flow.c | 28 } ipv6; member
|
| /dpdk/app/test-pmd/ |
| H A D | 5tswap.c | 102 struct rte_ipv6_hdr *ipv6; in pkt_burst_5tuple_swap() member
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_ipaddr.h | 25 struct in6_addr ipv6; member
|
| /dpdk/doc/guides/nics/features/ |
| H A D | mvpp2.ini | 29 ipv6 = Y key
|
| H A D | tap.ini | 32 ipv6 = Y key
|
| H A D | e1000.ini | 36 ipv6 = Y key
|
| H A D | igc.ini | 40 ipv6 = Y key
|
| H A D | qede.ini | 43 ipv6 = Y key
|
| H A D | dpaa2.ini | 38 ipv6 = Y key
|
| H A D | hinic.ini | 47 ipv6 = Y key
|
| H A D | cxgbe.ini | 41 ipv6 = Y key
|
| /dpdk/drivers/net/enic/base/ |
| H A D | cq_enet_desc.h | 138 uint8_t ipv4_csum_ok, uint8_t ipv6, uint8_t ipv4, uint8_t ipv4_fragment, in cq_enet_rq_desc_enc() 194 uint8_t *ipv4_csum_ok, uint8_t *ipv6, uint8_t *ipv4, in cq_enet_rq_desc_dec()
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.h | 143 __m128i ipv6 = _mm_loadu_si128((const __m128i *)orig->src_addr); in rte_thash_load_v6_addrs() local
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ipsec.h | 42 uint32_t ipv6[4]; member
|
| H A D | txgbe_ipsec.c | 669 const struct rte_flow_item_ipv6 *ipv6 = ip_spec; in txgbe_crypto_add_ingress_sa_from_flow() local
|
| /dpdk/examples/l3fwd/ |
| H A D | lpm_route_parse.c | 43 parse_ipv6_addr_mask(char *token, uint32_t *ipv6, uint8_t *mask) in parse_ipv6_addr_mask()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ipsec.h | 58 uint32_t ipv6[4]; member
|
| H A D | ixgbe_ipsec.c | 693 const struct rte_flow_item_ipv6 *ipv6 = ip_spec; in ixgbe_crypto_add_ingress_sa_from_flow() local
|
| /dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 390 parse_ipv6_addr(const char *token, struct in6_addr *ipv6) in parse_ipv6_addr()
|
| H A D | pipeline.h | 226 } ipv6; member 262 uint8_t ipv6[16]; member
|
| /dpdk/drivers/net/ice/ |
| H A D | rte_pmd_ice.h | 59 } ipv6; member
|
| /dpdk/drivers/net/softnic/ |
| H A D | parser.c | 407 softnic_parse_ipv6_addr(const char *token, struct in6_addr *ipv6) in softnic_parse_ipv6_addr()
|
| /dpdk/drivers/net/iavf/ |
| H A D | rte_pmd_iavf.h | 59 } ipv6; member
|
123