Home
last modified time | relevance | path

Searched refs:psd (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/ip_frag/
H A Drte_ipv4_reassembly.c104 const unaligned_uint64_t *psd; in rte_ipv4_frag_reassemble_packet() local
113 psd = (unaligned_uint64_t *)&ip_hdr->src_addr; in rte_ipv4_frag_reassemble_packet()
115 key.src_dst[0] = psd[0]; in rte_ipv4_frag_reassemble_packet()
/dpdk/lib/bpf/
H A Dbpf_load_elf.c135 find_elf_code(Elf *elf, const char *section, Elf_Data **psd, size_t *pidx) in find_elf_code() argument
175 *psd = sd; in find_elf_code()