Home
last modified time | relevance | path

Searched refs:ah (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2366 ah->ref--; in enic_fm_action_free()
2367 if (ah->ref == 0) { in enic_fm_action_free()
2376 free(ah); in enic_fm_action_free()
2577 (void **)&ah); in enic_action_handle_get()
2588 ah = calloc(1, sizeof(*ah)); in enic_action_handle_get()
2589 if (ah == NULL) in enic_action_handle_get()
2606 (void *)ah); in enic_action_handle_get()
2615 ah->handle); in enic_action_handle_get()
2619 ah->ref++; in enic_action_handle_get()
2620 *ah_o = ah; in enic_action_handle_get()
[all …]
/dpdk/doc/guides/nics/features/
H A Diavf.ini40 ah = Y key
H A Di40e.ini55 ah = Y key
H A Dice.ini52 ah = Y key
H A Ddefault.ini82 ah = key
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.h96 bool ah; member
H A Dtest_cryptodev_security_ipsec.c443 if (flags->ah) { in test_ipsec_td_prepare()
891 if (flags->ah && iph4->next_proto_id != IPPROTO_AH) { in test_ipsec_iph4_hdr_validate()
999 if (flags->ah && iph4->next_proto_id != IPPROTO_AH) { in test_ipsec_post_process()
H A Dtest_cryptodev.c9624 flags.ah = true; in test_ipsec_proto_ah_tunnel_ipv4()
9637 flags.ah = true; in test_ipsec_proto_ah_transport_ipv4()
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h417 struct ecore_eth_stats_ah ah; member
H A Decore_l2.c1959 struct ecore_eth_stats_ah *p_ah = &p_stats->ah; in __ecore_get_vport_port_stats()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c212 offsetof(struct ecore_eth_stats, ah) +
216 offsetof(struct ecore_eth_stats, ah) +
/dpdk/lib/pipeline/
H A Drte_table_action.c3358 ah(struct rte_pipeline *p, in ah() function
3429 return ah(p, in ah_default()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2311 …th|vlan|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|vxlan-gpe|l2tpv3|esp|ah|pfcp|ecpri|mpls|l2tp…
2315 The ``all`` option is equivalent to eth|vlan|ip|tcp|udp|sctp|ether|l2tpv3|esp|ah|pfcp|l2tpv2.
4125 - ``ah``: match AH header.
5323 testpmd> flow create 0 ingress pattern eth / ipv4 / ah spi is 1 / end actions
5325 testpmd> flow create 0 ingress pattern eth / ipv4 / udp / ah spi is 1 / end
5327 testpmd> flow create 0 ingress pattern eth / ipv6 / ah spi is 1 / end actions
5329 testpmd> flow create 0 ingress pattern eth / ipv6 / udp / ah spi is 1 / end