Home
last modified time | relevance | path

Searched refs:ip_spec (Results 1 – 5 of 5) sorted by relevance

/dpdk/examples/flow_filtering/
H A Dflow_blocks.c51 struct rte_flow_item_ipv4 ip_spec; in generate_ipv4_flow() local
89 memset(&ip_spec, 0, sizeof(struct rte_flow_item_ipv4)); in generate_ipv4_flow()
91 ip_spec.hdr.dst_addr = htonl(dest_ip); in generate_ipv4_flow()
93 ip_spec.hdr.src_addr = htonl(src_ip); in generate_ipv4_flow()
96 pattern[1].spec = &ip_spec; in generate_ipv4_flow()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.h95 const void *ip_spec,
H A Dtxgbe_ipsec.c661 const void *ip_spec, in txgbe_crypto_add_ingress_sa_from_flow() argument
669 const struct rte_flow_item_ipv6 *ipv6 = ip_spec; in txgbe_crypto_add_ingress_sa_from_flow()
677 const struct rte_flow_item_ipv4 *ipv4 = ip_spec; in txgbe_crypto_add_ingress_sa_from_flow()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.h113 const void *ip_spec,
H A Dixgbe_ipsec.c685 const void *ip_spec, in ixgbe_crypto_add_ingress_sa_from_flow() argument
693 const struct rte_flow_item_ipv6 *ipv6 = ip_spec; in ixgbe_crypto_add_ingress_sa_from_flow()
701 const struct rte_flow_item_ipv4 *ipv4 = ip_spec; in ixgbe_crypto_add_ingress_sa_from_flow()