Home
last modified time | relevance | path

Searched defs:prm (Results 1 – 17 of 17) sorted by relevance

/dpdk/lib/ipsec/
H A Dsa.c31 const struct rte_ipsec_sa_prm *prm) in fill_crypto_xform() argument
169 fill_sa_type(const struct rte_ipsec_sa_prm *prm, uint64_t *type) in fill_sa_type() argument
284 esp_inb_tun_init(struct rte_ipsec_sa * sa,const struct rte_ipsec_sa_prm * prm) esp_inb_tun_init() argument
354 esp_outb_tun_init(struct rte_ipsec_sa * sa,const struct rte_ipsec_sa_prm * prm) esp_outb_tun_init() argument
383 esp_sa_init(struct rte_ipsec_sa * sa,const struct rte_ipsec_sa_prm * prm,const struct crypto_xform * cxf) esp_sa_init() argument
529 rte_ipsec_sa_size(const struct rte_ipsec_sa_prm * prm) rte_ipsec_sa_size() argument
549 rte_ipsec_sa_init(struct rte_ipsec_sa * sa,const struct rte_ipsec_sa_prm * prm,uint32_t size) rte_ipsec_sa_init() argument
[all...]
/dpdk/lib/bpf/
H A Dbpf_load_elf.c58 const struct rte_bpf_prm *prm) in resolve_xsym()
185 struct ebpf_insn *ins, size_t ins_sz, const struct rte_bpf_prm *prm) in process_reloc()
235 const struct rte_bpf_prm *prm) in elf_reloc_code()
267 bpf_load_elf(const struct rte_bpf_prm *prm, int32_t fd, const char *section) in bpf_load_elf()
298 rte_bpf_elf_load(const struct rte_bpf_prm *prm, const char *fname, in rte_bpf_elf_load()
H A Dbpf_load.c16 bpf_load(const struct rte_bpf_prm *prm) in bpf_load()
83 rte_bpf_load(const struct rte_bpf_prm *prm) in rte_bpf_load()
H A Dbpf_stub.c14 rte_bpf_elf_load(const struct rte_bpf_prm *prm, const char *fname, in rte_bpf_elf_load()
H A Dbpf_impl.h14 struct rte_bpf_prm prm; member
H A Dbpf_pkt.c492 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in bpf_eth_elf_load()
562 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in rte_bpf_eth_rx_elf_load()
578 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in rte_bpf_eth_tx_elf_load()
H A Dbpf_convert.c523 struct rte_bpf_prm *prm = NULL; in rte_bpf_convert() local
[all...]
H A Dbpf_validate.c83 const struct rte_bpf_prm *prm; member
/dpdk/app/test-pmd/
H A Dbpf_cmd.c64 cmdline_fixed_string_t prm; member
98 struct rte_bpf_prm prm; in cmd_operate_bpf_ld_parsed() local
/dpdk/lib/pdump/
H A Drte_pdump.c47 const struct rte_bpf_prm *prm; member
528 const struct rte_bpf_prm *prm) in pdump_prepare_client_request()
587 const struct rte_bpf_prm *prm) in pdump_enable()
624 const struct rte_bpf_prm *prm) in rte_pdump_enable_bpf()
635 const struct rte_bpf_prm *prm) in pdump_enable_by_deviceid()
669 const struct rte_bpf_prm *prm) in rte_pdump_enable_bpf_by_deviceid()
/dpdk/lib/graph/
H A Dgraph.c383 rte_graph_create(const char *name, struct rte_graph_param *prm) in rte_graph_create() argument
524 graph_clone(struct graph *parent_graph, const char *name, struct rte_graph_param *prm) in graph_clone() argument
602 rte_graph_clone(rte_graph_t id,const char * name,struct rte_graph_param * prm) rte_graph_clone() argument
[all...]
H A Drte_graph_model_mcore_dispatch.c10 struct rte_graph_param *prm) in graph_sched_wq_create()
H A Dgraph_stats.c160 stats_mem_init(struct cluster * cluster,const struct rte_graph_cluster_stats_param * prm) stats_mem_init() argument
326 rte_graph_cluster_stats_create(const struct rte_graph_cluster_stats_param * prm) rte_graph_cluster_stats_create() argument
[all...]
/dpdk/examples/ipsec-secgw/
H A Dsa.c1469 fill_ipsec_app_sa_prm(struct rte_ipsec_sa_prm * prm,const struct app_sa_prm * app_prm) fill_ipsec_app_sa_prm() argument
1480 fill_ipsec_sa_prm(struct rte_ipsec_sa_prm * prm,const struct ipsec_sa * ss,const struct rte_ipv4_hdr * v4,struct rte_ipv6_hdr * v6) fill_ipsec_sa_prm() argument
1559 struct rte_ipsec_sa_prm prm; ipsec_sa_init() local
1622 struct rte_ipsec_sa_prm prm; ipsec_satbl_init() local
[all...]
H A Dipsec-secgw.c1094 print_app_sa_prm(const struct app_sa_prm * prm) print_app_sa_prm() argument
/dpdk/lib/acl/
H A Dacl_run.h18 #define GET_NEXT_4BYTES(prm, idx) \ argument
/dpdk/app/test/
H A Dtest_ipsec_perf.c161 struct rte_ipsec_sa_prm *prm = &sa->sa_prm; in fill_ipsec_param() local