Home
last modified time | relevance | path

Searched defs:dst_ip (Results 1 – 11 of 11) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dipsec_lpm_neon.h89 uint32_t dst_ip; process_single_pkt() local
H A Dipsec_worker.h475 uint32_t dst_ip[MAX_PKT_BURST * 2]; in route4_pkts() local
563 struct rte_ipv6_addr dst_ip[MAX_PKT_BURST * 2]; in route6_pkts() local
H A Dipsec_worker.c277 uint32_t dst_ip; in route4_pkt() local
301 uint8_t dst_ip[16]; route6_pkt() local
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c50 uint32_t dst_ip = rte_be_to_cpu_32(ipv4_hdr->dst_addr); in lpm_get_ipv4_dst_port() local
65 const struct rte_ipv6_addr *dst_ip = &ipv6_hdr->dst_addr; in lpm_get_ipv6_dst_port() local
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.h55 struct ipaddr dst_ip; member
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h56 uint32_t dst_ip; /**< Destination IP address in big endian. */ global() member
168 uint32_t dst_ip; /**< IPv4 destination address in big endian. */ global() member
207 uint32_t dst_ip[4]; /**< IPv6 destination address in big endian. */ global() member
/dpdk/drivers/net/ark/
H A Dark_pktchkr.c389 int32_t dst_ip = parse_ipv4_string(options("dst_ip")->v.STR); in ark_pktchkr_setup() local
H A Dark_pktgen.c403 int32_t dst_ip = parse_ipv4_string(options("dst_ip")->v.STR); in ark_pktgen_setup() local
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.h63 uint32_t dst_ip; member
126 uint32_t dst_ip; member
/dpdk/drivers/net/nfp/
H A Dnfp_ipsec.h59 uint32_t dst_ip[4]; /**< Dst IP addr */ member
/dpdk/lib/security/
H A Drte_security.h77 struct in_addr dst_ip; member