Home
last modified time | relevance | path

Searched defs:tmpl (Results 26 – 50 of 103) sorted by relevance

12345

/Linux-v6.6/crypto/
Dchacha20poly1305.c555 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create()
637 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create()
642 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
Dseqiv.c135 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
Dkeywrap.c264 static int crypto_kw_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_kw_create()
Dxctr.c131 static int crypto_xctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_xctr_create()
Dkpp.c160 int kpp_register_instance(struct crypto_template *tmpl, in kpp_register_instance()
Dcryptd.c373 static int cryptd_create_skcipher(struct crypto_template *tmpl, in cryptd_create_skcipher()
658 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash()
866 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead()
923 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
Dcbc.c174 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
Dpcbc.c154 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
Dalgboss.c53 struct crypto_template *tmpl; in cryptomgr_probe() local
Dcfb.c201 static int crypto_cfb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cfb_create()
Dxcbc.c189 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
Dakcipher.c182 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
Dcmac.c239 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
Dhmac.c184 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
Dlrw.c299 static int lrw_create(struct crypto_template *tmpl, struct rtattr **tb) in lrw_create()
Dskcipher.c909 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance()
981 struct crypto_template *tmpl, struct rtattr **tb) in skcipher_alloc_instance_simple()
/Linux-v6.6/include/net/netfilter/
Dnf_synproxy.h23 struct nf_conn *tmpl; member
/Linux-v6.6/net/netfilter/
Dnf_conntrack_core.c525 struct nf_conn *tmpl, *p; in nf_ct_tmpl_alloc() local
553 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free()
1703 init_conntrack(struct net *net, struct nf_conn *tmpl, in init_conntrack()
1808 resolve_normal_ct(struct nf_conn *tmpl, in resolve_normal_ct()
1879 nf_conntrack_handle_icmp(struct nf_conn *tmpl, in nf_conntrack_handle_icmp()
1963 struct nf_conn *ct, *tmpl; in nf_conntrack_in() local
Dnft_dynset.c17 struct nft_set_ext_tmpl tmpl; member
/Linux-v6.6/drivers/s390/net/
Dfsm.c18 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm()
/Linux-v6.6/drivers/scsi/
Dscsi_sas_internal.h41 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument
Draid_class.c38 #define to_raid_internal(tmpl) container_of(tmpl, struct raid_internal, r) argument
/Linux-v6.6/include/net/tc_act/
Dtc_ct.h14 struct nf_conn *tmpl; member
/Linux-v6.6/net/core/
Dfib_notifier.c143 fib_notifier_ops_register(const struct fib_notifier_ops *tmpl, struct net *net) in fib_notifier_ops_register()
/Linux-v6.6/drivers/pci/msi/
Dirqdomain.c239 static bool pci_create_device_domain(struct pci_dev *pdev, const struct msi_domain_template *tmpl, in pci_create_device_domain()

12345