/linux-4.1.27/drivers/crypto/qce/ |
D | sha.c | 43 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local 82 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() local 134 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() local 237 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() local 312 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() local 335 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() local 502 struct qce_alg_template *tmpl; in qce_ahash_register_one() local 558 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister() local
|
D | ablkcipher.c | 30 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done() local 67 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_async_req_handle() local 209 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_ablkcipher_crypt() local 349 struct qce_alg_template *tmpl; in qce_ablkcipher_register_one() local 401 struct qce_alg_template *tmpl, *n; in qce_ablkcipher_unregister() local
|
D | common.c | 236 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local 321 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher() local
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | cq_exch_desc.h | 28 u8 tmpl; member 62 u16 tmpl; member 95 u16 *tmpl, in cq_fcp_rq_desc_dec() 141 u16 tmpl; member 169 u16 *tmpl, in cq_sgl_desc_dec()
|
D | fnic_fcs.c | 808 u16 exchange_id, tmpl; in fnic_rq_cmpl_frame_recv() local
|
/linux-4.1.27/crypto/ |
D | internal.h | 118 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 123 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
|
D | algapi.c | 75 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 107 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 438 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 461 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 494 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 518 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
D | xor.c | 64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
|
D | aead.c | 272 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() 407 struct crypto_template *tmpl; in crypto_nivaead_default() local
|
D | cryptd.c | 331 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher() 593 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 742 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 803 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
D | mcryptd.c | 490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash() 557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create()
|
D | algboss.c | 65 struct crypto_template *tmpl; in cryptomgr_probe() local
|
D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
|
D | ahash.c | 581 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance()
|
D | blkcipher.c | 580 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc()
|
D | ablkcipher.c | 542 struct crypto_template *tmpl; in crypto_givcipher_default() local
|
D | vmac.c | 643 static int vmac_create(struct crypto_template *tmpl, struct rtattr **tb) in vmac_create()
|
D | shash.c | 671 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance()
|
/linux-4.1.27/net/ipv4/ |
D | xfrm4_state.c | 43 xfrm4_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm4_init_temprop()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 144 icmpv6_error_message(struct net *net, struct nf_conn *tmpl, in icmpv6_error_message() 196 icmpv6_error(struct net *net, struct nf_conn *tmpl, in icmpv6_error()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 130 icmp_error_message(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, in icmp_error_message() 180 icmp_error(struct net *net, struct nf_conn *tmpl, in icmp_error()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 39 struct nf_conn *tmpl; member
|
D | nf_tables.h | 425 static inline void nft_set_ext_prepare(struct nft_set_ext_tmpl *tmpl) in nft_set_ext_prepare() 431 static inline void nft_set_ext_add_length(struct nft_set_ext_tmpl *tmpl, u8 id, in nft_set_ext_add_length() 440 static inline void nft_set_ext_add(struct nft_set_ext_tmpl *tmpl, u8 id) in nft_set_ext_add() 446 const struct nft_set_ext_tmpl *tmpl) in nft_set_ext_init()
|
/linux-4.1.27/net/ipv6/ |
D | xfrm6_state.c | 44 xfrm6_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm6_init_temprop()
|
/linux-4.1.27/drivers/s390/net/ |
D | fsm.c | 17 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_sas_internal.h | 40 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument
|
D | raid_class.c | 39 #define to_raid_internal(tmpl) container_of(tmpl, struct raid_internal, r) argument
|
D | scsi_transport_srp.c | 55 #define to_srp_internal(tmpl) container_of(tmpl, struct srp_internal, t) argument
|
D | scsi_transport_spi.c | 76 #define to_spi_internal(tmpl) container_of(tmpl, struct spi_internal, t) argument
|
D | scsi_transport_fc.c | 352 #define to_fc_internal(tmpl) container_of(tmpl, struct fc_internal, t) argument
|
D | scsi_transport_iscsi.c | 94 #define to_iscsi_internal(tmpl) \ argument
|
/linux-4.1.27/net/netfilter/ |
D | nft_dynset.c | 21 struct nft_set_ext_tmpl tmpl; member
|
D | nf_conntrack_core.c | 544 void nf_conntrack_tmpl_insert(struct net *net, struct nf_conn *tmpl) in nf_conntrack_tmpl_insert() 892 init_conntrack(struct net *net, struct nf_conn *tmpl, in init_conntrack() 997 resolve_normal_ct(struct net *net, struct nf_conn *tmpl, in resolve_normal_ct() 1062 struct nf_conn *ct, *tmpl = NULL; in nf_conntrack_in() local
|
D | nf_conntrack_proto_udp.c | 110 static int udp_error(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, in udp_error()
|
D | nf_conntrack_proto_udplite.c | 118 static int udplite_error(struct net *net, struct nf_conn *tmpl, in udplite_error()
|
D | nf_conntrack_helper.c | 186 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl, in __nf_ct_try_assign_helper()
|
D | nf_conntrack_proto_dccp.c | 570 static int dccp_error(struct net *net, struct nf_conn *tmpl, in dccp_error()
|
D | nf_conntrack_proto_tcp.c | 752 static int tcp_error(struct net *net, struct nf_conn *tmpl, in tcp_error()
|
D | nf_tables_api.c | 3257 const struct nft_set_ext_tmpl *tmpl, in nft_set_elem_init() 3302 struct nft_set_ext_tmpl tmpl; in nft_add_set_elem() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | paravirt.c | 131 struct paravirt_patch_template tmpl = { in get_call_destination() local
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | init.c | 161 struct wl12xx_disconn_template *tmpl; in wl1271_ap_init_deauth_template() local
|
D | cmd.c | 1220 struct wl12xx_arp_rsp_template *tmpl; in wl1271_cmd_build_arp_rsp() local
|
/linux-4.1.27/include/net/netns/ |
D | conntrack.h | 71 struct hlist_nulls_head tmpl; member
|
/linux-4.1.27/net/core/ |
D | fib_rules.c | 128 fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) in fib_rules_register()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 1337 uint8_t tmpl; in sw842_get_byte() local 1495 uint8_t tmpl; in sw842_decompress() local
|
/linux-4.1.27/drivers/ata/ |
D | libata-transport.c | 65 #define to_ata_internal(tmpl) container_of(tmpl, struct ata_internal, t) argument
|
/linux-4.1.27/drivers/atm/ |
D | idt77252.c | 2150 unsigned long tmpl, modl; in idt77252_init_cbr() local 3261 unsigned long tmpl, modl; in init_card() local
|
D | nicstar.c | 1230 unsigned long tmpl, modl; in ns_open() local
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 1409 struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i]; in xfrm_tmpl_resolve_one() local 2370 xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, in xfrm_state_ok() 2393 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
|
D | xfrm_state.c | 634 const struct xfrm_tmpl *tmpl, in xfrm_init_tempstate() 765 const struct flowi *fl, struct xfrm_tmpl *tmpl, in xfrm_state_find()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 42 struct crypto_template *tmpl; member
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_3ad.c | 1740 static const struct port_params tmpl = { in ad_initialize_port() local
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 1388 static int __n2_register_one_cipher(const struct n2_cipher_tmpl *tmpl) in __n2_register_one_cipher() 1462 static int __n2_register_one_ahash(const struct n2_hash_tmpl *tmpl) in __n2_register_one_ahash()
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 1034 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm4_state_addr_cmp() 1041 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm6_state_addr_cmp() 1048 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp()
|
/linux-4.1.27/net/sunrpc/ |
D | cache.c | 1665 struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net) in cache_create_net()
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 4483 unsigned long tmpl; in vmx_set_constant_host_state() local
|