Searched refs:ip_spec (Results 1 – 4 of 4) sorted by relevance
48 struct rte_flow_item_ipv4 ip_spec; in generate_ipv4_flow() local82 memset(&ip_spec, 0, sizeof(struct rte_flow_item_ipv4)); in generate_ipv4_flow()84 ip_spec.hdr.dst_addr = htonl(dest_ip); in generate_ipv4_flow()86 ip_spec.hdr.src_addr = htonl(src_ip); in generate_ipv4_flow()89 pattern[1].spec = &ip_spec; in generate_ipv4_flow()
376 struct rte_flow_item_ipv4 ip_spec;409 memset(&ip_spec, 0, sizeof(struct rte_flow_item_ipv4));411 ip_spec.hdr.dst_addr = htonl(dest_ip);413 ip_spec.hdr.src_addr = htonl(src_ip);416 pattern[1].spec = &ip_spec;439 struct rte_flow_item_ipv4 ip_spec;472 memset(&ip_spec, 0, sizeof(struct rte_flow_item_ipv4));474 ip_spec.hdr.dst_addr = htonl(dest_ip);476 ip_spec.hdr.src_addr = htonl(src_ip);479 pattern[1].spec = &ip_spec;
113 const void *ip_spec,
685 const void *ip_spec, in ixgbe_crypto_add_ingress_sa_from_flow() argument693 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()