Searched refs:tmpl (Results 101 - 125 of 126) sorted by relevance

123456

/linux-master/crypto/
H A Dahash.c757 int ahash_register_instance(struct crypto_template *tmpl, argument
769 return crypto_register_instance(tmpl, ahash_crypto_instance(inst));
/linux-master/net/netfilter/
H A Dnf_tables_api.c6390 static int nft_set_ext_check(const struct nft_set_ext_tmpl *tmpl, u8 id, u32 len) argument
6393 if (len > tmpl->ext_len[id] ||
6400 static int nft_set_ext_memcpy(const struct nft_set_ext_tmpl *tmpl, u8 id, argument
6403 if (nft_set_ext_check(tmpl, id, len) < 0)
6412 const struct nft_set_ext_tmpl *tmpl,
6420 elem = kzalloc(set->ops->elemsize + tmpl->len, gfp);
6425 nft_set_ext_init(ext, tmpl);
6428 nft_set_ext_memcpy(tmpl, NFT_SET_EXT_KEY,
6433 nft_set_ext_memcpy(tmpl, NFT_SET_EXT_KEY_END,
6438 nft_set_ext_memcpy(tmpl, NFT_SET_EXT_DAT
6411 nft_set_elem_init(const struct nft_set *set, const struct nft_set_ext_tmpl *tmpl, const u32 *key, const u32 *key_end, const u32 *data, u64 timeout, u64 expiration, gfp_t gfp) argument
6545 nft_set_elem_expr_setup(struct nft_ctx *ctx, const struct nft_set_ext_tmpl *tmpl, const struct nft_set_ext *ext, struct nft_expr *expr_array[], u32 num_exprs) argument
6781 struct nft_set_ext_tmpl tmpl; local
7264 struct nft_set_ext_tmpl tmpl; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c2173 const struct mlxsw_sp_fid_family *tmpl)
2175 u16 nr_fids = tmpl->end_index - tmpl->start_index + 1;
2179 fid_family = kmemdup(tmpl, sizeof(*fid_family), GFP_KERNEL);
2197 mlxsw_sp->fid_core->fid_family_arr[tmpl->type] = fid_family;
2172 mlxsw_sp_fid_family_register(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_sp_fid_family *tmpl) argument
/linux-master/drivers/net/bonding/
H A Dbond_3ad.c1950 static const struct port_params tmpl = { local
1981 memcpy(&port->partner_admin, &tmpl, sizeof(tmpl));
1982 memcpy(&port->partner_oper, &tmpl, sizeof(tmpl));
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh636 # tmpl proto esp src 14.0.0.52 dst 14.0.0.70 \
684 tmpl proto esp src $srcip dst $dstip \
727 # tmpl proto esp src 14.0.0.52 dst 14.0.0.70 \
777 tmpl proto esp src $srcip dst $dstip spi 9 \
781 tmpl proto esp src $dstip dst $srcip spi 9 \
H A Dpmtu.sh674 run_cmd ${ns_a} ip -${proto} xfrm policy add dir out mark 10 tmpl src ${veth_a_addr} dst ${veth_b_addr} proto esp mode tunnel
675 run_cmd ${ns_a} ip -${proto} xfrm policy add dir in mark 10 tmpl src ${veth_b_addr} dst ${veth_a_addr} proto esp mode tunnel
679 run_cmd ${ns_b} ip -${proto} xfrm policy add dir out mark 10 tmpl src ${veth_b_addr} dst ${veth_a_addr} proto esp mode tunnel
680 run_cmd ${ns_b} ip -${proto} xfrm policy add dir in mark 10 tmpl src ${veth_a_addr} dst ${veth_b_addr} proto esp mode tunnel
/linux-master/net/mac80211/
H A Dtx.c5658 struct fils_discovery_data *tmpl = NULL; local
5665 tmpl = rcu_dereference(sdata->deflink.u.ap.fils_discovery);
5666 if (!tmpl) {
5671 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len);
5674 skb_put_data(skb, tmpl->data, tmpl->len);
5687 struct unsol_bcast_probe_resp_data *tmpl = NULL; local
5694 tmpl = rcu_dereference(sdata->deflink.u.ap.unsol_bcast_probe_resp);
5695 if (!tmpl) {
5700 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl
[all...]
H A Dcfg.c972 if (params->tmpl && params->tmpl_len) {
977 memcpy(new->data, params->tmpl, params->tmpl_len);
1005 if (params->tmpl && params->tmpl_len) {
1010 memcpy(new->data, params->tmpl, params->tmpl_len);
/linux-master/net/core/
H A Dfib_rules.c163 fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) argument
168 ops = kmemdup(tmpl, sizeof(*ops), GFP_KERNEL);
/linux-master/drivers/scsi/
H A Dscsi_transport_spi.c64 #define to_spi_internal(tmpl) container_of(tmpl, struct spi_internal, t)
H A Dscsi_transport_fc.c354 #define to_fc_internal(tmpl) container_of(tmpl, struct fc_internal, t)
H A Dscsi_transport_iscsi.c105 #define to_iscsi_internal(tmpl) \
106 container_of(tmpl, struct iscsi_internal, t)
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3111 struct sk_buff *tmpl)
3120 aligned_len = roundup(tmpl->len, 4);
3134 cmd->buf_len = cpu_to_le32(tmpl->len);
3139 memcpy(tlv->value, tmpl->data, tmpl->len);
3152 struct sk_buff *tmpl)
3160 size_t aligned_len = roundup(tmpl->len, 4);
3175 cmd->buf_len = cpu_to_le32(tmpl->len);
3190 memcpy(tlv->value, tmpl->data, tmpl
3110 ath12k_wmi_fils_discovery_tmpl(struct ath12k *ar, u32 vdev_id, struct sk_buff *tmpl) argument
3151 ath12k_wmi_probe_resp_tmpl(struct ath12k *ar, u32 vdev_id, struct sk_buff *tmpl) argument
[all...]
H A Dmac.c1326 ath12k_warn(ar->ab, "failed to update bcn tmpl during vdev up: %d\n",
2591 struct sk_buff *tmpl; local
2599 tmpl = ieee80211_get_fils_discovery_tmpl(hw, arvif->vif);
2600 if (tmpl)
2602 tmpl);
2607 tmpl = ieee80211_get_unsol_bcast_probe_resp_tmpl(hw,
2609 if (tmpl)
2611 tmpl);
2616 if (!tmpl) {
2624 kfree_skb(tmpl);
[all...]
H A Dwmi.h4962 struct sk_buff *tmpl);
4966 struct sk_buff *tmpl);
/linux-master/net/sunrpc/
H A Dcache.c1740 struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net) argument
1745 cd = kmemdup(tmpl, sizeof(struct cache_detail), GFP_KERNEL);
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c840 u16 exchange_id, tmpl; local
857 &tmpl, &fcp_bytes_written, &sof, &eof,
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c1209 struct safexcel_alg_template *tmpl = local
1216 ctx->base.priv = tmpl->priv;
1645 struct safexcel_alg_template *tmpl = local
1652 ctx->base.priv = tmpl->priv;
H A Dsafexcel_hash.c921 struct safexcel_alg_template *tmpl = local
925 ctx->base.priv = tmpl->priv;
/linux-master/drivers/atm/
H A Dnicstar.c1231 unsigned long tmpl, modl; local
1293 tmpl =
1296 modl = tmpl % card->max_pcr;
1298 n = (int)(tmpl / card->max_pcr);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1773 ath11k_dbg(ar->ab, ATH11K_DBG_WMI, "cmd bcn tmpl");
3847 struct sk_buff *tmpl)
3856 aligned_len = roundup(tmpl->len, 4);
3871 cmd->buf_len = tmpl->len;
3877 memcpy(tlv->value, tmpl->data, tmpl->len);
3888 ath11k_dbg(ar->ab, ATH11K_DBG_WMI, "cmd fils discovery tmpl");
3894 struct sk_buff *tmpl)
3902 size_t aligned_len = roundup(tmpl->len, 4);
3917 cmd->buf_len = tmpl
3846 ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id, struct sk_buff *tmpl) argument
3893 ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id, struct sk_buff *tmpl) argument
[all...]
H A Dmac.c1615 ath11k_warn(ar->ab, "failed to update bcn tmpl during vdev up: %d\n",
3208 struct sk_buff *tmpl; local
3216 tmpl = ieee80211_get_fils_discovery_tmpl(ar->hw, arvif->vif);
3217 if (tmpl)
3219 tmpl);
3224 tmpl = ieee80211_get_unsol_bcast_probe_resp_tmpl(ar->hw,
3226 if (tmpl)
3228 tmpl);
3233 if (!tmpl) {
3241 kfree_skb(tmpl);
[all...]
H A Dwmi.h6495 struct sk_buff *tmpl);
6499 struct sk_buff *tmpl);
/linux-master/include/net/
H A Dcfg80211.h1413 * @tmpl: Template data for FILS discovery frame including the action
1421 const u8 *tmpl; member in struct:cfg80211_fils_discovery
1433 * @tmpl: Template data for probe response
1439 const u8 *tmpl; member in struct:cfg80211_unsol_bcast_probe_resp
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4292 unsigned long tmpl; local
4344 rdmsrl(MSR_IA32_SYSENTER_EIP, tmpl);
4345 vmcs_writel(HOST_IA32_SYSENTER_EIP, tmpl); /* 22.2.3 */

Completed in 878 milliseconds

123456