/linux-4.4.14/net/ipv4/ |
H A D | xfrm4_state.c | 43 xfrm4_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, xfrm4_init_temprop() argument
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_zones.h | 31 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, nf_ct_zone_tmpl() argument
|
H A D | nf_conntrack_synproxy.h | 39 struct nf_conn *tmpl; member in struct:synproxy_net
|
H A D | nf_tables.h | 426 static inline void nft_set_ext_prepare(struct nft_set_ext_tmpl *tmpl) nft_set_ext_prepare() argument 432 static inline void nft_set_ext_add_length(struct nft_set_ext_tmpl *tmpl, u8 id, nft_set_ext_add_length() argument 441 static inline void nft_set_ext_add(struct nft_set_ext_tmpl *tmpl, u8 id) nft_set_ext_add() argument 446 nft_set_ext_init(struct nft_set_ext *ext, const struct nft_set_ext_tmpl *tmpl) nft_set_ext_init() argument
|
/linux-4.4.14/drivers/s390/net/ |
H A D | fsm.c | 16 init_fsm(char *name, const char **state_names, const char **event_names, int nr_states, int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) init_fsm() argument
|
/linux-4.4.14/crypto/ |
H A D | xor.c | 64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) do_xor_speed() argument
|
H A D | internal.h | 119 static inline int crypto_tmpl_get(struct crypto_template *tmpl) crypto_tmpl_get() argument 124 static inline void crypto_tmpl_put(struct crypto_template *tmpl) crypto_tmpl_put() argument
|
H A D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) xcbc_create() argument
|
H A D | algboss.c | 65 struct crypto_template *tmpl; cryptomgr_probe() local
|
H A D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) cmac_create() argument
|
H A D | echainiv.c | 178 static int echainiv_aead_create(struct crypto_template *tmpl, echainiv_aead_create() argument
|
H A D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) hmac_create() argument
|
H A D | seqiv.c | 253 static int seqiv_ablkcipher_create(struct crypto_template *tmpl, seqiv_ablkcipher_create() argument 288 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) seqiv_aead_create() argument 330 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) seqiv_create() argument
|
H A D | aead.c | 191 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, aead_geniv_alloc() argument 407 int aead_register_instance(struct crypto_template *tmpl, aead_register_instance() argument
|
H A D | authenc.c | 380 static int crypto_authenc_create(struct crypto_template *tmpl, crypto_authenc_create() argument
|
H A D | authencesn.c | 396 static int crypto_authenc_esn_create(struct crypto_template *tmpl, crypto_authenc_esn_create() argument
|
H A D | ahash.c | 581 int ahash_register_instance(struct crypto_template *tmpl, ahash_register_instance() argument
|
H A D | pcrypt.c | 273 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, pcrypt_create_aead() argument 336 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) pcrypt_create() argument
|
H A D | vmac.c | 643 static int vmac_create(struct crypto_template *tmpl, struct rtattr **tb) vmac_create() argument
|
H A D | ablkcipher.c | 542 struct crypto_template *tmpl; crypto_givcipher_default() local
|
H A D | algapi.c | 83 struct crypto_template *tmpl = inst->tmpl; crypto_destroy_instance() local 115 struct crypto_template *tmpl = inst->tmpl; crypto_remove_instance() local 446 int crypto_register_template(struct crypto_template *tmpl) crypto_register_template() argument 469 void crypto_unregister_template(struct crypto_template *tmpl) crypto_unregister_template() argument 502 struct crypto_template *q, *tmpl = NULL; __crypto_lookup_template() local 526 int crypto_register_instance(struct crypto_template *tmpl, crypto_register_instance() argument
|
H A D | blkcipher.c | 581 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, skcipher_geniv_alloc() argument
|
H A D | ccm.c | 504 static int crypto_ccm_create_common(struct crypto_template *tmpl, crypto_ccm_create_common() argument 608 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) crypto_ccm_create() argument 636 static int crypto_ccm_base_create(struct crypto_template *tmpl, crypto_ccm_base_create() argument 807 static int crypto_rfc4309_create(struct crypto_template *tmpl, crypto_rfc4309_create() argument
|
H A D | chacha20poly1305.c | 569 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, chachapoly_create() argument 681 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) rfc7539_create() argument 686 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) rfc7539esp_create() argument
|
H A D | mcryptd.c | 490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, mcryptd_create_hash() argument 557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) mcryptd_create() argument
|
H A D | shash.c | 666 int shash_register_instance(struct crypto_template *tmpl, shash_register_instance() argument
|
H A D | cryptd.c | 340 static int cryptd_create_blkcipher(struct crypto_template *tmpl, cryptd_create_blkcipher() argument 602 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, cryptd_create_hash() argument 772 static int cryptd_create_aead(struct crypto_template *tmpl, cryptd_create_aead() argument 833 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) cryptd_create() argument
|
H A D | gcm.c | 619 static int crypto_gcm_create_common(struct crypto_template *tmpl, crypto_gcm_create_common() argument 726 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) crypto_gcm_create() argument 754 static int crypto_gcm_base_create(struct crypto_template *tmpl, crypto_gcm_base_create() argument 922 static int crypto_rfc4106_create(struct crypto_template *tmpl, crypto_rfc4106_create() argument 1159 static int crypto_rfc4543_create(struct crypto_template *tmpl, crypto_rfc4543_create() argument
|
/linux-4.4.14/net/ipv6/ |
H A D | xfrm6_state.c | 44 xfrm6_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, xfrm6_init_temprop() argument
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 161 struct wl12xx_disconn_template *tmpl; wl1271_ap_init_deauth_template() local
|
H A D | cmd.c | 1220 struct wl12xx_arp_rsp_template *tmpl; wl1271_cmd_build_arp_rsp() local
|
/linux-4.4.14/net/netfilter/ |
H A D | nft_dynset.c | 21 struct nft_set_ext_tmpl tmpl; member in struct:nft_dynset
|
H A D | nf_conntrack_helper.c | 186 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl, __nf_ct_try_assign_helper() argument
|
H A D | nf_conntrack_proto_udp.c | 111 static int udp_error(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, udp_error() argument
|
H A D | nf_conntrack_proto_udplite.c | 119 static int udplite_error(struct net *net, struct nf_conn *tmpl, udplite_error() argument
|
H A D | nf_conntrack_proto_dccp.c | 570 static int dccp_error(struct net *net, struct nf_conn *tmpl, dccp_error() argument
|
H A D | nf_conntrack_core.c | 297 struct nf_conn *tmpl; nf_ct_tmpl_alloc() local 318 void nf_ct_tmpl_free(struct nf_conn *tmpl) nf_ct_tmpl_free() argument 909 init_conntrack(struct net *net, struct nf_conn *tmpl, init_conntrack() argument 1020 resolve_normal_ct(struct net *net, struct nf_conn *tmpl, resolve_normal_ct() argument 1087 struct nf_conn *ct, *tmpl = NULL; nf_conntrack_in() local
|
H A D | nf_conntrack_proto_tcp.c | 752 static int tcp_error(struct net *net, struct nf_conn *tmpl, tcp_error() argument
|
H A D | nf_tables_api.c | 3371 struct nft_set_ext_tmpl tmpl; nft_add_set_elem() local 3325 nft_set_elem_init(const struct nft_set *set, const struct nft_set_ext_tmpl *tmpl, const u32 *key, const u32 *data, u64 timeout, gfp_t gfp) nft_set_elem_init() argument
|
/linux-4.4.14/drivers/crypto/qce/ |
H A D | ablkcipher.c | 30 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); qce_ablkcipher_done() local 65 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); qce_ablkcipher_async_req_handle() local 199 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); qce_ablkcipher_crypt() local 339 struct qce_alg_template *tmpl; qce_ablkcipher_register_one() local 391 struct qce_alg_template *tmpl, *n; qce_ablkcipher_unregister() local
|
H A D | common.c | 236 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); qce_setup_regs_ahash() local 321 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); qce_setup_regs_ablkcipher() local
|
H A D | sha.c | 43 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); qce_ahash_done() local 81 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); qce_ahash_async_req_handle() local 130 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); qce_ahash_init() local 233 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); qce_ahash_update() local 308 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); qce_ahash_final() local 331 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); qce_ahash_digest() local 498 struct qce_alg_template *tmpl; qce_ahash_register_one() local 554 struct qce_alg_template *tmpl, *n; qce_ahash_unregister() local
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | paravirt.c | 131 struct paravirt_patch_template tmpl = { get_call_destination() local
|
/linux-4.4.14/net/core/ |
H A D | fib_rules.c | 128 fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) fib_rules_register() argument
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | nf_conntrack_proto_icmp.c | 130 icmp_error_message(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, icmp_error_message() argument 182 icmp_error(struct net *net, struct nf_conn *tmpl, icmp_error() argument
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | nf_conntrack_proto_icmpv6.c | 145 icmpv6_error_message(struct net *net, struct nf_conn *tmpl, icmpv6_error_message() argument 198 icmpv6_error(struct net *net, struct nf_conn *tmpl, icmpv6_error() argument
|
/linux-4.4.14/drivers/scsi/fnic/ |
H A D | cq_exch_desc.h | 28 u8 tmpl; member in struct:cq_exch_wq_desc 62 u16 tmpl; member in struct:cq_fcp_rq_desc 141 u16 tmpl; member in struct:cq_sgl_desc 86 cq_fcp_rq_desc_dec(struct cq_fcp_rq_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *eop, u8 *sop, u8 *fck, u16 *exchange_id, u16 *tmpl, u32 *bytes_written, u8 *sof, u8 *eof, u8 *ingress_port, u8 *packet_err, u8 *fcoe_err, u8 *fcs_ok, u8 *vlan_stripped, u16 *vlan) cq_fcp_rq_desc_dec() argument 162 cq_sgl_desc_dec(struct cq_sgl_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *exchange_id, u32 *active_burst_offset, u32 *tot_data_bytes, u16 *tmpl, u8 *sgl_err) cq_sgl_desc_dec() argument
|
H A D | fnic_fcs.c | 808 u16 exchange_id, tmpl; fnic_rq_cmpl_frame_recv() local
|
/linux-4.4.14/drivers/crypto/marvell/ |
H A D | cipher.c | 442 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_des_encrypt() local 453 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_des_decrypt() local 498 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_des_encrypt() local 507 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_des_decrypt() local 562 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_des3_ede_encrypt() local 574 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_des3_ede_decrypt() local 618 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_des3_ede_encrypt() local 630 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_des3_ede_decrypt() local 704 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_aes_encrypt() local 715 struct mv_cesa_op_ctx tmpl; mv_cesa_ecb_aes_decrypt() local 759 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_aes_encrypt() local 768 struct mv_cesa_op_ctx tmpl; mv_cesa_cbc_aes_decrypt() local 392 mv_cesa_ablkcipher_req_init(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_ablkcipher_req_init() argument 418 mv_cesa_des_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_des_op() argument 485 mv_cesa_cbc_des_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_cbc_des_op() argument 538 mv_cesa_des3_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_des3_op() argument 608 mv_cesa_cbc_des3_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_cbc_des3_op() argument 664 mv_cesa_aes_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_aes_op() argument 747 mv_cesa_cbc_aes_op(struct ablkcipher_request *req, struct mv_cesa_op_ctx *tmpl) mv_cesa_cbc_aes_op() argument
|
H A D | hash.c | 753 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; mv_cesa_ahash_final() local 778 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; mv_cesa_ahash_finup() local 859 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_md5_init() local 922 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_sha1_init() local 985 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_sha256_init() local 1215 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_md5_init() local 1285 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_sha1_init() local 1375 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_sha256_init() local 414 mv_cesa_ahash_init(struct ahash_request *req, struct mv_cesa_op_ctx *tmpl, bool algo_le) mv_cesa_ahash_init() argument 474 mv_cesa_dma_add_frag(struct mv_cesa_tdma_chain *chain, struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, gfp_t flags) mv_cesa_dma_add_frag() argument
|
/linux-4.4.14/net/openvswitch/ |
H A D | conntrack.c | 405 struct nf_conn *tmpl = info->ct; __ovs_ct_lookup() local
|
/linux-4.4.14/include/crypto/ |
H A D | algapi.h | 45 struct crypto_template *tmpl; member in struct:crypto_instance
|
/linux-4.4.14/drivers/net/bonding/ |
H A D | bond_3ad.c | 1739 static const struct port_params tmpl = { ad_initialize_port() local
|
/linux-4.4.14/drivers/atm/ |
H A D | nicstar.c | 1230 unsigned long tmpl, modl; ns_open() local
|
H A D | idt77252.c | 2150 unsigned long tmpl, modl; idt77252_init_cbr() local 3261 unsigned long tmpl, modl; init_card() local
|
/linux-4.4.14/net/sunrpc/ |
H A D | cache.c | 1691 struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net) cache_create_net() argument
|
/linux-4.4.14/net/xfrm/ |
H A D | xfrm_state.c | 633 xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl, const struct xfrm_tmpl *tmpl, const xfrm_address_t *daddr, const xfrm_address_t *saddr, unsigned short family) xfrm_init_tempstate() argument 764 xfrm_state_find(const xfrm_address_t *daddr, const xfrm_address_t *saddr, const struct flowi *fl, struct xfrm_tmpl *tmpl, struct xfrm_policy *pol, int *err, unsigned short family) xfrm_state_find() argument
|
H A D | xfrm_policy.c | 1428 struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i]; xfrm_tmpl_resolve_one() local 2389 xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, xfrm_state_ok() argument 2412 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, xfrm_policy_ok() argument
|
/linux-4.4.14/drivers/crypto/ |
H A D | n2_core.c | 1388 static int __n2_register_one_cipher(const struct n2_cipher_tmpl *tmpl) __n2_register_one_cipher() argument 1462 static int __n2_register_one_ahash(const struct n2_hash_tmpl *tmpl) __n2_register_one_ahash() argument
|
/linux-4.4.14/include/net/ |
H A D | xfrm.h | 1037 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) __xfrm4_state_addr_cmp() argument 1044 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) __xfrm6_state_addr_cmp() argument 1051 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) xfrm_state_addr_cmp() argument
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | vmx.c | 4631 unsigned long tmpl; vmx_set_constant_host_state() local
|