/linux-4.4.14/drivers/crypto/marvell/ |
D | cipher.c | 393 struct mv_cesa_op_ctx *tmpl) in mv_cesa_ablkcipher_req_init() argument 406 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_OP_CRYPT_ONLY, in mv_cesa_ablkcipher_req_init() 411 ret = mv_cesa_ablkcipher_dma_req_init(req, tmpl); in mv_cesa_ablkcipher_req_init() 413 ret = mv_cesa_ablkcipher_std_req_init(req, tmpl); in mv_cesa_ablkcipher_req_init() 419 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des_op() argument 424 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_CRYPTM_DES, in mv_cesa_des_op() 427 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE); in mv_cesa_des_op() 429 ret = mv_cesa_ablkcipher_req_init(req, tmpl); in mv_cesa_des_op() 442 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_encrypt() local 444 mv_cesa_set_op_cfg(&tmpl, in mv_cesa_ecb_des_encrypt() [all …]
|
D | hash.c | 415 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init() argument 420 mv_cesa_update_op_cfg(tmpl, in mv_cesa_ahash_init() 425 mv_cesa_set_mac_op_total_len(tmpl, 0); in mv_cesa_ahash_init() 426 mv_cesa_set_mac_op_frag_len(tmpl, 0); in mv_cesa_ahash_init() 427 creq->op_tmpl = *tmpl; in mv_cesa_ahash_init() 475 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag() argument 481 op = mv_cesa_dma_add_op(chain, tmpl, false, flags); in mv_cesa_dma_add_frag() 493 if (mv_cesa_mac_op_is_first_frag(tmpl)) in mv_cesa_dma_add_frag() 494 mv_cesa_update_op_cfg(tmpl, in mv_cesa_dma_add_frag() 753 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() local [all …]
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 43 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local 44 struct qce_device *qce = tmpl->qce; in qce_ahash_done() 73 qce->async_req_done(tmpl->qce, error); in qce_ahash_done() 81 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() local 82 struct qce_device *qce = tmpl->qce; in qce_ahash_async_req_handle() 112 ret = qce_start(async_req, tmpl->crypto_alg_type, 0, 0); in qce_ahash_async_req_handle() 130 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() local 131 const u32 *std_iv = tmpl->std_iv; in qce_ahash_init() 136 rctx->flags = tmpl->alg_flags; in qce_ahash_init() 233 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() local [all …]
|
D | ablkcipher.c | 30 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done() local 31 struct qce_device *qce = tmpl->qce; in qce_ablkcipher_done() 56 qce->async_req_done(tmpl->qce, error); in qce_ablkcipher_done() 65 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_async_req_handle() local 66 struct qce_device *qce = tmpl->qce; in qce_ablkcipher_async_req_handle() 134 ret = qce_start(async_req, tmpl->crypto_alg_type, req->nbytes, 0); in qce_ablkcipher_async_req_handle() 199 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_ablkcipher_crypt() local 202 rctx->flags = tmpl->alg_flags; in qce_ablkcipher_crypt() 214 return tmpl->qce->async_req_enqueue(tmpl->qce, &req->base); in qce_ablkcipher_crypt() 339 struct qce_alg_template *tmpl; in qce_ablkcipher_register_one() local [all …]
|
D | common.c | 236 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local 237 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() 321 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher() local 322 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ablkcipher()
|
/linux-4.4.14/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() argument 116 *tmpl = desc_ptr->tmpl & CQ_FCP_RQ_DESC_TMPL_MASK; in cq_fcp_rq_desc_dec() 141 u16 tmpl; member 169 u16 *tmpl, in cq_sgl_desc_dec() argument 178 *tmpl = desc_ptr->tmpl & CQ_SGL_TMPL_MASK; in cq_sgl_desc_dec()
|
D | fnic_fcs.c | 808 u16 exchange_id, tmpl; in fnic_rq_cmpl_frame_recv() local 825 &tmpl, &fcp_bytes_written, &sof, &eof, in fnic_rq_cmpl_frame_recv()
|
/linux-4.4.14/crypto/ |
D | algapi.c | 73 inst->tmpl->free(inst); in crypto_free_instance() 83 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 86 crypto_tmpl_put(tmpl); in crypto_destroy_instance() 115 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 124 if (!tmpl || !crypto_tmpl_get(tmpl)) in crypto_remove_instance() 446 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() argument 453 crypto_check_module_sig(tmpl->module); in crypto_register_template() 456 if (q == tmpl) in crypto_register_template() 460 list_add(&tmpl->list, &crypto_template_list); in crypto_register_template() 461 crypto_notify(CRYPTO_MSG_TMPL_REGISTER, tmpl); in crypto_register_template() [all …]
|
D | xor.c | 64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument 70 tmpl->next = template_list; in do_xor_speed() 71 template_list = tmpl; in do_xor_speed() 88 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed() 100 tmpl->speed = speed; in do_xor_speed() 102 printk(KERN_INFO " %-10s: %5d.%03d MB/sec\n", tmpl->name, in do_xor_speed()
|
D | algboss.c | 65 struct crypto_template *tmpl; in cryptomgr_probe() local 69 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe() 70 if (!tmpl) in cryptomgr_probe() 74 if (tmpl->create) { in cryptomgr_probe() 75 err = tmpl->create(tmpl, param->tb); in cryptomgr_probe() 79 inst = tmpl->alloc(param->tb); in cryptomgr_probe() 82 else if ((err = crypto_register_instance(tmpl, inst))) in cryptomgr_probe() 83 tmpl->free(inst); in cryptomgr_probe() 86 crypto_tmpl_put(tmpl); in cryptomgr_probe()
|
D | seqiv.c | 253 static int seqiv_ablkcipher_create(struct crypto_template *tmpl, in seqiv_ablkcipher_create() argument 259 inst = skcipher_geniv_alloc(tmpl, tb, 0, 0); in seqiv_ablkcipher_create() 276 err = crypto_register_instance(tmpl, inst); in seqiv_ablkcipher_create() 288 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create() argument 295 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in seqiv_aead_create() 318 err = aead_register_instance(tmpl, inst); in seqiv_aead_create() 330 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_create() argument 340 err = seqiv_ablkcipher_create(tmpl, tb); in seqiv_create() 342 err = seqiv_aead_create(tmpl, tb); in seqiv_create()
|
D | internal.h | 119 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() argument 121 return try_module_get(tmpl->module); in crypto_tmpl_get() 124 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put() argument 126 module_put(tmpl->module); in crypto_tmpl_put()
|
D | aead.c | 154 inst->tmpl->free(inst); in crypto_aead_free_instance() 191 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() argument 239 "%s(%s)", tmpl->name, alg->base.cra_name) >= in aead_geniv_alloc() 243 "%s(%s)", tmpl->name, alg->base.cra_driver_name) >= in aead_geniv_alloc() 407 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance() argument 416 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
|
D | ablkcipher.c | 542 struct crypto_template *tmpl; in crypto_givcipher_default() local 584 tmpl = crypto_lookup_template(geniv); in crypto_givcipher_default() 586 if (!tmpl) in crypto_givcipher_default() 589 if (tmpl->create) { in crypto_givcipher_default() 590 err = tmpl->create(tmpl, tb); in crypto_givcipher_default() 596 inst = tmpl->alloc(tb); in crypto_givcipher_default() 601 err = crypto_register_instance(tmpl, inst); in crypto_givcipher_default() 603 tmpl->free(inst); in crypto_givcipher_default() 612 crypto_tmpl_put(tmpl); in crypto_givcipher_default()
|
D | cryptd.c | 340 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher() argument 391 err = crypto_register_instance(tmpl, inst); in cryptd_create_blkcipher() 602 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() argument 654 err = ahash_register_instance(tmpl, inst); in cryptd_create_hash() 772 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() argument 821 err = aead_register_instance(tmpl, inst); in cryptd_create_aead() 833 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create() argument 843 return cryptd_create_blkcipher(tmpl, tb, &queue); in cryptd_create() 845 return cryptd_create_hash(tmpl, tb, &queue); in cryptd_create() 847 return cryptd_create_aead(tmpl, tb, &queue); in cryptd_create()
|
D | echainiv.c | 178 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create() argument 186 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in echainiv_aead_create() 211 err = aead_register_instance(tmpl, inst); in echainiv_aead_create()
|
D | ccm.c | 504 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common() argument 591 err = aead_register_instance(tmpl, inst); in crypto_ccm_create_common() 608 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() argument 626 return crypto_ccm_create_common(tmpl, tb, full_name, ctr_name, in crypto_ccm_create() 636 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create() argument 655 return crypto_ccm_create_common(tmpl, tb, full_name, ctr_name, in crypto_ccm_base_create() 807 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create() argument 880 err = aead_register_instance(tmpl, inst); in crypto_rfc4309_create()
|
D | pcrypt.c | 273 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() argument 322 err = aead_register_instance(tmpl, inst); in pcrypt_create_aead() 336 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create() argument 346 return pcrypt_create_aead(tmpl, tb, algt->type, algt->mask); in pcrypt_create()
|
D | chacha20poly1305.c | 569 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() argument 664 err = aead_register_instance(tmpl, inst); in chachapoly_create() 681 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create() argument 683 return chachapoly_create(tmpl, tb, "rfc7539", 12); in rfc7539_create() 686 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create() argument 688 return chachapoly_create(tmpl, tb, "rfc7539esp", 8); in rfc7539esp_create()
|
D | gcm.c | 619 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() argument 709 err = aead_register_instance(tmpl, inst); in crypto_gcm_create_common() 726 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() argument 744 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_create() 754 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() argument 773 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_base_create() 922 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() argument 995 err = aead_register_instance(tmpl, inst); in crypto_rfc4106_create() 1159 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create() argument 1234 err = aead_register_instance(tmpl, inst); in crypto_rfc4543_create()
|
D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create() argument 256 err = shash_register_instance(tmpl, inst); in xcbc_create()
|
D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create() argument 283 err = shash_register_instance(tmpl, inst); in cmac_create()
|
D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create() argument 238 err = shash_register_instance(tmpl, inst); in hmac_create()
|
D | mcryptd.c | 490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash() argument 543 err = ahash_register_instance(tmpl, inst); in mcryptd_create_hash() 557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create() argument 567 return mcryptd_create_hash(tmpl, tb, &mqueue); in mcryptd_create()
|
D | blkcipher.c | 581 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc() argument 668 if (strcmp(tmpl->name, balg.geniv)) in skcipher_geniv_alloc() 677 "%s(%s)", tmpl->name, alg->cra_name) >= in skcipher_geniv_alloc() 681 "%s(%s)", tmpl->name, alg->cra_driver_name) >= in skcipher_geniv_alloc()
|
D | ahash.c | 581 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance() argument 590 return crypto_register_instance(tmpl, ahash_crypto_instance(inst)); in ahash_register_instance()
|
D | authenc.c | 380 static int crypto_authenc_create(struct crypto_template *tmpl, in crypto_authenc_create() argument 466 err = aead_register_instance(tmpl, inst); in crypto_authenc_create()
|
D | authencesn.c | 396 static int crypto_authenc_esn_create(struct crypto_template *tmpl, in crypto_authenc_esn_create() argument 480 err = aead_register_instance(tmpl, inst); in crypto_authenc_esn_create()
|
D | shash.c | 666 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance() argument 675 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()
|
D | vmac.c | 643 static int vmac_create(struct crypto_template *tmpl, struct rtattr **tb) in vmac_create() argument 683 err = shash_register_instance(tmpl, inst); in vmac_create()
|
/linux-4.4.14/drivers/s390/net/ |
D | fsm.c | 17 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm() argument 56 if ((tmpl[i].cond_state >= nr_states) || in init_fsm() 57 (tmpl[i].cond_event >= nr_events) ) { in init_fsm() 60 name, i, (long)tmpl[i].cond_state, (long)f->nr_states, in init_fsm() 61 (long)tmpl[i].cond_event, (long)f->nr_events); in init_fsm() 65 m[nr_states * tmpl[i].cond_event + tmpl[i].cond_state] = in init_fsm() 66 tmpl[i].function; in init_fsm()
|
D | fsm.h | 111 int nr_states, int nr_events, const fsm_node *tmpl,
|
/linux-4.4.14/net/ipv4/ |
D | xfrm4_state.c | 43 xfrm4_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm4_init_temprop() argument 46 x->id = tmpl->id; in xfrm4_init_temprop() 49 x->props.saddr = tmpl->saddr; in xfrm4_init_temprop() 52 x->props.mode = tmpl->mode; in xfrm4_init_temprop() 53 x->props.reqid = tmpl->reqid; in xfrm4_init_temprop()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 426 static inline void nft_set_ext_prepare(struct nft_set_ext_tmpl *tmpl) in nft_set_ext_prepare() argument 428 memset(tmpl, 0, sizeof(*tmpl)); in nft_set_ext_prepare() 429 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() 432 static inline void nft_set_ext_add_length(struct nft_set_ext_tmpl *tmpl, u8 id, in nft_set_ext_add_length() argument 435 tmpl->len = ALIGN(tmpl->len, nft_set_ext_types[id].align); in nft_set_ext_add_length() 436 BUG_ON(tmpl->len > U8_MAX); in nft_set_ext_add_length() 437 tmpl->offset[id] = tmpl->len; in nft_set_ext_add_length() 438 tmpl->len += nft_set_ext_types[id].len + len; in nft_set_ext_add_length() 441 static inline void nft_set_ext_add(struct nft_set_ext_tmpl *tmpl, u8 id) in nft_set_ext_add() argument 443 nft_set_ext_add_length(tmpl, id, 0); in nft_set_ext_add() [all …]
|
D | nf_conntrack_zones.h | 31 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl() argument 36 if (!tmpl) in nf_ct_zone_tmpl() 39 zone = nf_ct_zone(tmpl); in nf_ct_zone_tmpl()
|
D | nf_conntrack_synproxy.h | 39 struct nf_conn *tmpl; member
|
D | nf_conntrack_helper.h | 69 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl,
|
D | nf_conntrack_l4proto.h | 54 int (*error)(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb,
|
D | nf_conntrack.h | 298 void nf_ct_tmpl_free(struct nf_conn *tmpl);
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_core.c | 297 struct nf_conn *tmpl; in nf_ct_tmpl_alloc() local 299 tmpl = kzalloc(sizeof(*tmpl), flags); in nf_ct_tmpl_alloc() 300 if (tmpl == NULL) in nf_ct_tmpl_alloc() 303 tmpl->status = IPS_TEMPLATE; in nf_ct_tmpl_alloc() 304 write_pnet(&tmpl->ct_net, net); in nf_ct_tmpl_alloc() 306 if (nf_ct_zone_add(tmpl, flags, zone) < 0) in nf_ct_tmpl_alloc() 309 atomic_set(&tmpl->ct_general.use, 0); in nf_ct_tmpl_alloc() 311 return tmpl; in nf_ct_tmpl_alloc() 313 kfree(tmpl); in nf_ct_tmpl_alloc() 318 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free() argument [all …]
|
D | nft_dynset.c | 21 struct nft_set_ext_tmpl tmpl; member 42 elem = nft_set_elem_init(set, &priv->tmpl, in nft_dynset_new() 180 nft_set_ext_prepare(&priv->tmpl); in nft_dynset_init() 181 nft_set_ext_add_length(&priv->tmpl, NFT_SET_EXT_KEY, set->klen); in nft_dynset_init() 183 nft_set_ext_add_length(&priv->tmpl, NFT_SET_EXT_DATA, set->dlen); in nft_dynset_init() 185 nft_set_ext_add_length(&priv->tmpl, NFT_SET_EXT_EXPR, in nft_dynset_init() 189 nft_set_ext_add(&priv->tmpl, NFT_SET_EXT_EXPIRATION); in nft_dynset_init()
|
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() argument 203 if (tmpl != NULL) { in __nf_ct_try_assign_helper() 204 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
|
D | nf_synproxy_core.c | 368 snet->tmpl = ct; in synproxy_net_init() 392 nf_ct_put(snet->tmpl); in synproxy_net_exit()
|
D | nf_tables_api.c | 3326 const struct nft_set_ext_tmpl *tmpl, in nft_set_elem_init() argument 3333 elem = kzalloc(set->ops->elemsize + tmpl->len, gfp); in nft_set_elem_init() 3338 nft_set_ext_init(ext, tmpl); in nft_set_elem_init() 3371 struct nft_set_ext_tmpl tmpl; in nft_add_set_elem() local 3392 nft_set_ext_prepare(&tmpl); in nft_add_set_elem() 3403 nft_set_ext_add(&tmpl, NFT_SET_EXT_FLAGS); in nft_add_set_elem() 3435 nft_set_ext_add_length(&tmpl, NFT_SET_EXT_KEY, d1.len); in nft_add_set_elem() 3437 nft_set_ext_add(&tmpl, NFT_SET_EXT_EXPIRATION); in nft_add_set_elem() 3439 nft_set_ext_add(&tmpl, NFT_SET_EXT_TIMEOUT); in nft_add_set_elem() 3470 nft_set_ext_add_length(&tmpl, NFT_SET_EXT_DATA, d2.len); in nft_add_set_elem() [all …]
|
D | nf_conntrack_proto_udp.c | 111 static int udp_error(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, in udp_error() argument
|
D | nf_conntrack_proto_udplite.c | 119 static int udplite_error(struct net *net, struct nf_conn *tmpl, in udplite_error() argument
|
D | nf_conntrack_proto_dccp.c | 570 static int dccp_error(struct net *net, struct nf_conn *tmpl, in dccp_error() argument
|
D | nf_conntrack_proto_tcp.c | 752 static int tcp_error(struct net *net, struct nf_conn *tmpl, in tcp_error() argument
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_state.c | 44 xfrm6_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm6_init_temprop() argument 47 x->id = tmpl->id; in xfrm6_init_temprop() 50 memcpy(&x->props.saddr, &tmpl->saddr, sizeof(x->props.saddr)); in xfrm6_init_temprop() 53 x->props.mode = tmpl->mode; in xfrm6_init_temprop() 54 x->props.reqid = tmpl->reqid; in xfrm6_init_temprop()
|
/linux-4.4.14/Documentation/DocBook/ |
D | .gitignore | 16 media-indices.tmpl 17 media-entities.tmpl
|
D | .writing_usb_driver.xml.cmd | 1 …SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/writing_usb_driver.tmpl >Documentation/DocB… 2 Documentation/DocBook/writing_usb_driver.xml: Documentation/DocBook/writing_usb_driver.tmpl
|
D | .lsm.xml.cmd | 1 …ook/lsm.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/lsm.tmpl >Documentation/DocB… 2 Documentation/DocBook/lsm.xml: Documentation/DocBook/lsm.tmpl
|
D | .media_api.xml.cmd | 1 …i.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/media_api.tmpl >Documentation/DocB… 2 Documentation/DocBook/media_api.xml: Documentation/DocBook/media_api.tmpl
|
D | .writing_musb_glue_layer.xml.cmd | 1 …EE=./ ./scripts/docproc doc Documentation/DocBook/writing_musb_glue_layer.tmpl >Documentation/DocB… 2 …cumentation/DocBook/writing_musb_glue_layer.xml: Documentation/DocBook/writing_musb_glue_layer.tmpl
|
D | .kgdb.xml.cmd | 1 …k/kgdb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kgdb.tmpl >Documentation/DocB… 2 Documentation/DocBook/kgdb.xml: Documentation/DocBook/kgdb.tmpl include/linux/kgdb.h
|
D | .kernel-hacking.xml.cmd | 1 … := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kernel-hacking.tmpl >Documentation/DocB… 2 Documentation/DocBook/kernel-hacking.xml: Documentation/DocBook/kernel-hacking.tmpl
|
D | .uio-howto.xml.cmd | 1 …o.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/uio-howto.tmpl >Documentation/DocB… 2 Documentation/DocBook/uio-howto.xml: Documentation/DocBook/uio-howto.tmpl
|
D | .debugobjects.xml.cmd | 1 …ml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/debugobjects.tmpl >Documentation/DocB… 2 Documentation/DocBook/debugobjects.xml: Documentation/DocBook/debugobjects.tmpl lib/debugobjects.c …
|
D | .librs.xml.cmd | 1 …librs.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/librs.tmpl >Documentation/DocB… 2 Documentation/DocBook/librs.xml: Documentation/DocBook/librs.tmpl include/linux/rslib.h lib/reed_so…
|
D | .deviceiobook.xml.cmd | 1 …ml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/deviceiobook.tmpl >Documentation/DocB… 2 Documentation/DocBook/deviceiobook.xml: Documentation/DocBook/deviceiobook.tmpl arch/x86/include/as…
|
D | .z8530book.xml.cmd | 1 …k.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/z8530book.tmpl >Documentation/DocB… 2 Documentation/DocBook/z8530book.xml: Documentation/DocBook/z8530book.tmpl drivers/net/wan/z85230.c …
|
D | .writing-an-alsa-driver.xml.cmd | 1 …REE=./ ./scripts/docproc doc Documentation/DocBook/writing-an-alsa-driver.tmpl >Documentation/DocB… 2 Documentation/DocBook/writing-an-alsa-driver.xml: Documentation/DocBook/writing-an-alsa-driver.tmpl
|
D | .kernel-locking.xml.cmd | 1 … := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kernel-locking.tmpl >Documentation/DocB… 2 Documentation/DocBook/kernel-locking.xml: Documentation/DocBook/kernel-locking.tmpl include/linux/m…
|
D | .regulator.xml.cmd | 1 …r.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/regulator.tmpl >Documentation/DocB… 2 Documentation/DocBook/regulator.xml: Documentation/DocBook/regulator.tmpl include/linux/regulator/c…
|
D | .tracepoint.xml.cmd | 1 ….xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/tracepoint.tmpl >Documentation/DocB… 2 Documentation/DocBook/tracepoint.xml: Documentation/DocBook/tracepoint.tmpl include/trace/events/ir…
|
D | .libata.xml.cmd | 1 …bata.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/libata.tmpl >Documentation/DocB… 2 Documentation/DocBook/libata.xml: Documentation/DocBook/libata.tmpl drivers/ata/libata-core.c drive…
|
D | .mtdnand.xml.cmd | 1 …and.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/mtdnand.tmpl >Documentation/DocB… 2 Documentation/DocBook/mtdnand.xml: Documentation/DocBook/mtdnand.tmpl include/linux/mtd/nand.h driv…
|
D | .genericirq.xml.cmd | 1 ….xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/genericirq.tmpl >Documentation/DocB… 2 Documentation/DocBook/genericirq.xml: Documentation/DocBook/genericirq.tmpl kernel/irq/generic-chip…
|
D | .w1.xml.cmd | 1 cmd_Documentation/DocBook/w1.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/w1.tmpl … 2 Documentation/DocBook/w1.xml: Documentation/DocBook/w1.tmpl drivers/w1/w1.h drivers/w1/w1.c drivers…
|
D | .sh.xml.cmd | 1 cmd_Documentation/DocBook/sh.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/sh.tmpl … 2 Documentation/DocBook/sh.xml: Documentation/DocBook/sh.tmpl arch/sh/kernel/cpu/sh4/sq.c arch/sh/mm/…
|
D | .rapidio.xml.cmd | 1 …dio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/rapidio.tmpl >Documentation/DocB… 2 Documentation/DocBook/rapidio.xml: Documentation/DocBook/rapidio.tmpl include/linux/rio_drv.h drive…
|
D | .usb.xml.cmd | 1 …ook/usb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/usb.tmpl >Documentation/DocB… 2 Documentation/DocBook/usb.xml: Documentation/DocBook/usb.tmpl include/linux/usb/ch9.h include/linux…
|
D | .s390-drivers.xml.cmd | 1 …ml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/s390-drivers.tmpl >Documentation/DocB… 2 Documentation/DocBook/s390-drivers.xml: Documentation/DocBook/s390-drivers.tmpl arch/s390/include/a…
|
D | .gadget.xml.cmd | 1 …dget.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gadget.tmpl >Documentation/DocB… 2 Documentation/DocBook/gadget.xml: Documentation/DocBook/gadget.tmpl include/linux/usb/ch9.h include…
|
D | .iio.xml.cmd | 1 …ook/iio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/iio.tmpl >Documentation/DocB… 2 Documentation/DocBook/iio.xml: Documentation/DocBook/iio.tmpl include/linux/iio/iio.h drivers/iio/i…
|
D | .scsi.xml.cmd | 1 …k/scsi.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/scsi.tmpl >Documentation/DocB… 2 Documentation/DocBook/scsi.xml: Documentation/DocBook/scsi.tmpl include/scsi/scsi_device.h drivers/…
|
D | .filesystems.xml.cmd | 1 …xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/filesystems.tmpl >Documentation/DocB… 2 Documentation/DocBook/filesystems.xml: Documentation/DocBook/filesystems.tmpl include/linux/fs.h fs…
|
D | .networking.xml.cmd | 1 ….xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/networking.tmpl >Documentation/DocB… 2 Documentation/DocBook/networking.xml: Documentation/DocBook/networking.tmpl include/linux/net.h inc…
|
D | .alsa-driver-api.xml.cmd | 1 …:= SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/alsa-driver-api.tmpl >Documentation/DocB… 2 Documentation/DocBook/alsa-driver-api.xml: Documentation/DocBook/alsa-driver-api.tmpl sound/core/in…
|
D | .kernel-api.xml.cmd | 1 ….xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kernel-api.tmpl >Documentation/DocB… 2 Documentation/DocBook/kernel-api.xml: Documentation/DocBook/kernel-api.tmpl include/linux/list.h li…
|
D | .crypto-API.xml.cmd | 1 ….xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/crypto-API.tmpl >Documentation/DocB… 2 Documentation/DocBook/crypto-API.xml: Documentation/DocBook/crypto-API.tmpl include/linux/crypto.h …
|
D | .device-drivers.xml.cmd | 1 … := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/device-drivers.tmpl >Documentation/DocB… 2 Documentation/DocBook/device-drivers.xml: Documentation/DocBook/device-drivers.tmpl include/linux/i…
|
D | .gpu.xml.cmd | 1 …ook/gpu.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gpu.tmpl >Documentation/DocB… 2 Documentation/DocBook/gpu.xml: Documentation/DocBook/gpu.tmpl drivers/gpu/drm/drm_drv.c drivers/gpu…
|
D | .80211.xml.cmd | 1 …80211.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/80211.tmpl >Documentation/DocB… 2 Documentation/DocBook/80211.xml: Documentation/DocBook/80211.tmpl include/net/cfg80211.h include/ne…
|
D | Makefile | 101 %.xml: %.tmpl $(KERNELDOC) $(DOCPROC) $(KERNELDOCXMLREF) FORCE
|
/linux-4.4.14/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 95 container_of(tmpl, struct iscsi_internal, t)
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | init.c | 161 struct wl12xx_disconn_template *tmpl; in wl1271_ap_init_deauth_template() local 165 tmpl = kzalloc(sizeof(*tmpl), GFP_KERNEL); in wl1271_ap_init_deauth_template() 166 if (!tmpl) { in wl1271_ap_init_deauth_template() 171 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template() 177 tmpl, sizeof(*tmpl), 0, rate); in wl1271_ap_init_deauth_template() 180 kfree(tmpl); in wl1271_ap_init_deauth_template()
|
D | cmd.c | 1220 struct wl12xx_arp_rsp_template *tmpl; in wl1271_cmd_build_arp_rsp() local 1224 skb = dev_alloc_skb(sizeof(*hdr) + sizeof(__le16) + sizeof(*tmpl) + in wl1271_cmd_build_arp_rsp() 1233 tmpl = (struct wl12xx_arp_rsp_template *)skb_put(skb, sizeof(*tmpl)); in wl1271_cmd_build_arp_rsp() 1234 memset(tmpl, 0, sizeof(*tmpl)); in wl1271_cmd_build_arp_rsp() 1237 memcpy(tmpl->llc_hdr, rfc1042_header, sizeof(rfc1042_header)); in wl1271_cmd_build_arp_rsp() 1238 tmpl->llc_type = cpu_to_be16(ETH_P_ARP); in wl1271_cmd_build_arp_rsp() 1241 arp_hdr = &tmpl->arp_hdr; in wl1271_cmd_build_arp_rsp() 1249 memcpy(tmpl->sender_hw, vif->addr, ETH_ALEN); in wl1271_cmd_build_arp_rsp() 1250 tmpl->sender_ip = wlvif->ip_addr; in wl1271_cmd_build_arp_rsp()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 45 struct crypto_template *tmpl; member 58 int (*create)(struct crypto_template *tmpl, struct rtattr **tb); 136 int crypto_register_template(struct crypto_template *tmpl); 137 void crypto_unregister_template(struct crypto_template *tmpl); 140 int crypto_register_instance(struct crypto_template *tmpl,
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 145 icmpv6_error_message(struct net *net, struct nf_conn *tmpl, in icmpv6_error_message() argument 181 h = nf_conntrack_find_get(net, nf_ct_zone_tmpl(tmpl, skb, &tmp), in icmpv6_error_message() 198 icmpv6_error(struct net *net, struct nf_conn *tmpl, in icmpv6_error() argument 235 return icmpv6_error_message(net, tmpl, skb, dataoff, ctinfo, hooknum); in icmpv6_error()
|
D | ip6t_SYNPROXY.c | 46 struct net *net = nf_ct_net(snet->tmpl); in synproxy_send_tcp() 168 synproxy_send_tcp(snet, skb, nskb, &snet->tmpl->ct_general, IP_CT_NEW, in synproxy_send_server_syn()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_state.c | 634 const struct xfrm_tmpl *tmpl, in xfrm_init_tempstate() argument 643 if (family != tmpl->encap_family) { in xfrm_init_tempstate() 645 afinfo = xfrm_state_get_afinfo(tmpl->encap_family); in xfrm_init_tempstate() 649 afinfo->init_temprop(x, tmpl, daddr, saddr); in xfrm_init_tempstate() 765 const struct flowi *fl, struct xfrm_tmpl *tmpl, in xfrm_state_find() argument 777 unsigned short encap_family = tmpl->encap_family; in xfrm_state_find() 783 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find() 786 x->props.reqid == tmpl->reqid && in xfrm_state_find() 790 tmpl->mode == x->props.mode && in xfrm_state_find() 791 tmpl->id.proto == x->id.proto && in xfrm_state_find() [all …]
|
D | xfrm_policy.c | 1428 struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i]; in xfrm_tmpl_resolve_one() local 1430 if (tmpl->mode == XFRM_MODE_TUNNEL || in xfrm_tmpl_resolve_one() 1431 tmpl->mode == XFRM_MODE_BEET) { in xfrm_tmpl_resolve_one() 1432 remote = &tmpl->id.daddr; in xfrm_tmpl_resolve_one() 1433 local = &tmpl->saddr; in xfrm_tmpl_resolve_one() 1434 if (xfrm_addr_any(local, tmpl->encap_family)) { in xfrm_tmpl_resolve_one() 1437 tmpl->encap_family); in xfrm_tmpl_resolve_one() 1444 x = xfrm_state_find(remote, local, fl, tmpl, policy, &error, family); in xfrm_tmpl_resolve_one() 1460 if (!tmpl->optional) in xfrm_tmpl_resolve_one() 2389 xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, in xfrm_state_ok() argument [all …]
|
/linux-4.4.14/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() argument 141 zone = nf_ct_zone_tmpl(tmpl, skb, &tmp); in icmp_error_message() 182 icmp_error(struct net *net, struct nf_conn *tmpl, in icmp_error() argument 228 return icmp_error_message(net, tmpl, skb, ctinfo, hooknum); in icmp_error()
|
D | ipt_SYNPROXY.c | 48 struct net *net = nf_ct_net(snet->tmpl); in synproxy_send_tcp() 155 synproxy_send_tcp(snet, skb, nskb, &snet->tmpl->ct_general, IP_CT_NEW, in synproxy_send_server_syn()
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 1388 static int __n2_register_one_cipher(const struct n2_cipher_tmpl *tmpl) in __n2_register_one_cipher() argument 1399 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", tmpl->name); in __n2_register_one_cipher() 1400 snprintf(alg->cra_driver_name, CRYPTO_MAX_ALG_NAME, "%s-n2", tmpl->drv_name); in __n2_register_one_cipher() 1404 alg->cra_blocksize = tmpl->block_size; in __n2_register_one_cipher() 1405 p->enc_type = tmpl->enc_type; in __n2_register_one_cipher() 1408 alg->cra_u.ablkcipher = tmpl->ablkcipher; in __n2_register_one_cipher() 1462 static int __n2_register_one_ahash(const struct n2_hash_tmpl *tmpl) in __n2_register_one_ahash() argument 1473 p->hash_zero = tmpl->hash_zero; in __n2_register_one_ahash() 1474 p->hash_init = tmpl->hash_init; in __n2_register_one_ahash() 1475 p->auth_type = tmpl->auth_type; in __n2_register_one_ahash() [all …]
|
/linux-4.4.14/include/crypto/internal/ |
D | geniv.h | 27 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
|
D | hash.h | 82 int ahash_register_instance(struct crypto_template *tmpl, 101 int shash_register_instance(struct crypto_template *tmpl,
|
D | skcipher.h | 62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
|
D | aead.h | 160 int aead_register_instance(struct crypto_template *tmpl,
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 10 MEDIA_TEMP = media-entities.tmpl \ 11 media-indices.tmpl \ 300 $(MEDIA_OBJ_DIR)/media-entities.tmpl: $(MEDIA_OBJ_DIR)/v4l2.xml 397 $(MEDIA_OBJ_DIR)/media-indices.tmpl: $(MEDIA_OBJ_DIR)/v4l2.xml
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 331 const struct xfrm_tmpl *tmpl, 1037 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm4_state_addr_cmp() argument 1039 return (tmpl->saddr.a4 && in __xfrm4_state_addr_cmp() 1040 tmpl->saddr.a4 != x->props.saddr.a4); in __xfrm4_state_addr_cmp() 1044 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm6_state_addr_cmp() argument 1046 return (!ipv6_addr_any((struct in6_addr*)&tmpl->saddr) && in __xfrm6_state_addr_cmp() 1047 !ipv6_addr_equal((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr)); in __xfrm6_state_addr_cmp() 1051 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp() argument 1055 return __xfrm4_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp() 1057 return __xfrm6_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp() [all …]
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 405 struct nf_conn *tmpl = info->ct; in __ovs_ct_lookup() local 408 if (tmpl) { in __ovs_ct_lookup() 411 nf_conntrack_get(&tmpl->ct_general); in __ovs_ct_lookup() 412 skb->nfct = &tmpl->ct_general; in __ovs_ct_lookup()
|
/linux-4.4.14/arch/x86/kernel/ |
D | paravirt.c | 131 struct paravirt_patch_template tmpl = { in get_call_destination() local 142 return *((void **)&tmpl + type); in get_call_destination()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | cache.h | 224 extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net);
|
/linux-4.4.14/drivers/ata/ |
D | libata-transport.c | 65 #define to_ata_internal(tmpl) container_of(tmpl, struct ata_internal, t) argument
|
/linux-4.4.14/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 125 - Documentation/DocBook/*.tmpl 159 subsystems (see Documentation/DocBook/*.tmpl), just type 'make 335 SGML template files (*.tmpl) are like normal SGML files, except that
|
D | kernel-docs.txt | 303 Location: in kernel tree, Documentation/DocBook/kernel-hacking.tmpl 354 Location: in kernel tree, Documentation/DocBook/kernel-locking.tmpl
|
D | memory-barriers.txt | 2195 See Documentation/DocBook/deviceiobook.tmpl for more information. 2436 See Documentation/DocBook/deviceiobook.tmpl for more information.
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_3ad.c | 1739 static const struct port_params tmpl = { in ad_initialize_port() local 1770 memcpy(&port->partner_admin, &tmpl, sizeof(tmpl)); in ad_initialize_port() 1771 memcpy(&port->partner_oper, &tmpl, sizeof(tmpl)); in ad_initialize_port()
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 2150 unsigned long tmpl, modl; in idt77252_init_cbr() local 2171 tmpl = (unsigned long) tcra * ((unsigned long) card->tst_size - 2); in idt77252_init_cbr() 2172 modl = tmpl % (unsigned long)card->utopia_pcr; in idt77252_init_cbr() 2174 tst_entries = (int) (tmpl / card->utopia_pcr); in idt77252_init_cbr() 3261 unsigned long tmpl, modl; in init_card() local 3485 tmpl = (unsigned long) rsvdcr * ((unsigned long) card->tst_size - 2); in init_card() 3486 modl = tmpl % (unsigned long)card->utopia_pcr; in init_card() 3487 tst_entries = (int) (tmpl / (unsigned long)card->utopia_pcr); in init_card()
|
D | nicstar.c | 1230 unsigned long tmpl, modl; in ns_open() local 1292 tmpl = in ns_open() 1295 modl = tmpl % card->max_pcr; in ns_open() 1297 n = (int)(tmpl / card->max_pcr); in ns_open()
|
/linux-4.4.14/net/core/ |
D | fib_rules.c | 128 fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) in fib_rules_register() argument 133 ops = kmemdup(tmpl, sizeof(*ops), GFP_KERNEL); in fib_rules_register()
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 1691 struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net) in cache_create_net() argument 1696 cd = kmemdup(tmpl, sizeof(struct cache_detail), GFP_KERNEL); in cache_create_net()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 4631 unsigned long tmpl; in vmx_set_constant_host_state() local 4667 rdmsrl(MSR_IA32_SYSENTER_EIP, tmpl); in vmx_set_constant_host_state() 4668 vmcs_writel(HOST_IA32_SYSENTER_EIP, tmpl); /* 22.2.3 */ in vmx_set_constant_host_state()
|
/linux-4.4.14/ |
D | MAINTAINERS | 3086 F: Documentation/DocBook/crypto-API.tmpl 6167 F: Documentation/DocBook/kgdb.tmpl 11330 F: Documentation/DocBook/uio-howto.tmpl
|