Searched refs:assoc (Results 1 - 25 of 134) sorted by relevance

123456

/linux-master/net/sctp/
H A Dproc.c113 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) argument
119 primary = &assoc->peer.primary_addr;
120 list_for_each_entry_rcu(transport, &assoc->peer.transport_addr_list,
244 struct sctp_association *assoc; local
258 assoc = transport->asoc;
259 epb = &assoc->base;
265 assoc, sk, sctp_sk(sk)->type, sk->sk_state,
266 assoc->state, 0,
267 assoc->assoc_id,
268 assoc
302 struct sctp_association *assoc; local
[all...]
H A Dobjcnt.c34 SCTP_DBG_OBJCNT(assoc); variable
48 SCTP_DBG_OBJCNT_ENTRY(assoc),
H A Ddiag.c247 struct sctp_association *assoc = tsp->asoc; local
259 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL);
264 if (ep != assoc->ep) {
269 err = inet_sctp_diag_fill(sk, assoc, rep, req, sk_user_ns(NETLINK_CB(skb).sk),
293 struct sctp_association *assoc; local
299 list_for_each_entry(assoc, &ep->asocs, asocs) {
303 if (r->id.idiag_sport != htons(assoc->base.bind_addr.port) &&
306 if (r->id.idiag_dport != htons(assoc->peer.port) &&
322 if (inet_sctp_diag_fill(sk, assoc, skb, r,
491 * 1 : to record the assoc po
[all...]
H A Dassociola.c298 SCTP_DBG_OBJCNT_INC(assoc);
418 SCTP_DBG_OBJCNT_DEC(assoc);
1071 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) argument
1074 struct sock *oldsk = assoc->base.sk;
1079 list_del_init(&assoc->asocs);
1086 sctp_endpoint_put(assoc->ep);
1087 sock_put(assoc->base.sk);
1090 assoc->ep = newsp->ep;
1091 sctp_endpoint_hold(assoc->ep);
1094 assoc
[all...]
/linux-master/include/crypto/
H A Dgcm.h77 int crypt_len, const u8 *assoc, int assoc_len,
81 const u8 *src, int crypt_len, const u8 *assoc,
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c38 uint16_t assoc; local
42 assoc = val >> 16;
43 if (assoc)
44 printf("%u-way", assoc);
/linux-master/drivers/nvme/target/
H A Dfc.c35 struct nvmet_fc_tgt_assoc *assoc; member in struct:nvmet_fc_ls_iod
144 struct nvmet_fc_tgt_assoc *assoc; member in struct:nvmet_fc_tgt_queue
204 nvmet_fc_makeconnid(struct nvmet_fc_tgt_assoc *assoc, u16 qid) argument
206 return (assoc->association_id | qid);
247 static void nvmet_fc_tgt_a_put(struct nvmet_fc_tgt_assoc *assoc);
248 static int nvmet_fc_tgt_a_get(struct nvmet_fc_tgt_assoc *assoc);
262 static void nvmet_fc_delete_target_assoc(struct nvmet_fc_tgt_assoc *assoc);
486 nvmet_fc_xmt_disconnect_assoc(struct nvmet_fc_tgt_assoc *assoc) argument
488 struct nvmet_fc_tgtport *tgtport = assoc->tgtport;
500 if (!tgtport->ops->ls_req || assoc
799 nvmet_fc_alloc_target_queue(struct nvmet_fc_tgt_assoc *assoc, u16 qid, u16 sqsize) argument
959 struct nvmet_fc_tgt_assoc *assoc; local
1093 nvmet_fc_delete_assoc(struct nvmet_fc_tgt_assoc *assoc) argument
1102 struct nvmet_fc_tgt_assoc *assoc = local
1111 nvmet_fc_schedule_delete_assoc(struct nvmet_fc_tgt_assoc *assoc) argument
1138 struct nvmet_fc_tgt_assoc *assoc; local
1192 struct nvmet_fc_tgt_assoc *assoc = local
1222 nvmet_fc_tgt_a_put(struct nvmet_fc_tgt_assoc *assoc) argument
1228 nvmet_fc_tgt_a_get(struct nvmet_fc_tgt_assoc *assoc) argument
1234 nvmet_fc_delete_target_assoc(struct nvmet_fc_tgt_assoc *assoc) argument
1267 struct nvmet_fc_tgt_assoc *assoc; local
1508 struct nvmet_fc_tgt_assoc *assoc; local
1554 struct nvmet_fc_tgt_assoc *assoc, *next; local
1585 struct nvmet_fc_tgt_assoc *assoc; local
1851 struct nvmet_fc_tgt_assoc *assoc = NULL; local
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c318 uint64_t assoc = cvmx_l2c_get_num_assoc(); local
327 for (way = 0; way < assoc; way++) {
337 if (way >= assoc) {
433 uint64_t assoc, set; local
446 for (assoc = 0; assoc < n_assoc; assoc++) {
448 (assoc << assoc_shift) | (set << set_shift));
454 for (assoc = 0; assoc < n_asso
464 int assoc; local
486 int assoc; local
591 __read_l2_tag(uint64_t assoc, uint64_t index) argument
867 cvmx_l2c_flush_line(uint32_t assoc, uint32_t index) argument
[all...]
/linux-master/lib/crypto/
H A Daesgcm.c81 * @assoc: Points to the associated data.
90 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag)
96 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len);
140 * @assoc: Pointer to the associated data,
149 int crypt_len, const u8 *assoc, int assoc_len,
157 aesgcm_mac(ctx, dst, crypt_len, assoc, assoc_len, ctr, authtag);
168 * @assoc: Pointer to the associated data,
179 const u8 *src, int crypt_len, const u8 *assoc,
188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf);
564 u8 assoc[2 member in struct:__anon678
89 aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) argument
148 aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, int crypt_len, const u8 *assoc, int assoc_len, const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) argument
178 aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, int crypt_len, const u8 *assoc, int assoc_len, const u8 iv[GCM_AES_IV_SIZE], const u8 *authtag) argument
[all...]
/linux-master/drivers/crypto/
H A Datmel-authenc.h41 struct scatterlist *assoc, unsigned int assoclen,
/linux-master/arch/mips/mm/
H A Dsc-mips.c153 unsigned long sets, line_sz, assoc; local
168 assoc = cfg & CM_GCR_L2_CONFIG_ASSOC;
169 assoc >>= __ffs(CM_GCR_L2_CONFIG_ASSOC);
170 c->scache.ways = assoc + 1;
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c114 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen)
138 set_aad(gctx, hash, assoc, assoclen);
212 u8 *assoc; local
227 /* Linearize assoc, if not already linear */
230 assoc = scatterwalk_map(&assoc_sg_walk);
235 /* assoc can be any length, so must be on heap */
239 assoc = assocmem;
241 scatterwalk_map_and_copy(assoc, req->src, 0, assoclen, 0);
245 gcmp10_init(gctx, iv, (unsigned char *) &ctx->enc_key, hash, assoc, assoclen);
249 scatterwalk_unmap(assoc);
113 gcmp10_init(struct gcm_ctx *gctx, u8 *iv, unsigned char *rdkey, struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c281 avf->assoc = vif->cfg.assoc;
282 if (vif->cfg.assoc)
283 ah->assoc = vif->cfg.assoc;
285 ah->assoc = ath5k_any_vif_assoc(ah);
288 ath5k_set_beacon_filter(hw, ah->assoc);
289 ath5k_hw_set_ledstate(ah, ah->assoc ?
291 if (vif->cfg.assoc) {
433 if (ah->assoc)
[all...]
H A Dbase.h74 bool assoc; /* are we associated or not */ member in struct:ath5k_vif
/linux-master/crypto/
H A Dtestmgr.h86 * @assoc: Pointer to associated data
97 * @alen: Length of @assoc in bytes
111 const char *assoc; member in struct:aead_testvec
15150 .assoc = "\xFE\xED\xFA\xCE\xDE\xAD\xBE\xEF"
15222 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
15252 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
15476 .assoc = "\xFE\xED\xFA\xCE\xDE\xAD\xBE\xEF"
15497 .assoc = "\x00\x01\x02\x03\x04\x05\x06\x07",
15514 .assoc = "\x5b\x9e\x13\x67\x02\x5e\xef\xc1"
15539 .assoc
[all...]
H A Dessiv.c62 u8 *assoc; member in struct:essiv_aead_request_ctx
177 kfree(rctx->assoc);
199 rctx->assoc = NULL;
226 rctx->assoc = kmalloc(ssize, GFP_ATOMIC);
227 if (!rctx->assoc)
230 scatterwalk_map_and_copy(rctx->assoc, req->src, 0,
232 sg_set_buf(rctx->sg, rctx->assoc, ssize);
255 if (rctx->assoc && err != -EINPROGRESS && err != -EBUSY)
256 kfree(rctx->assoc);
/linux-master/arch/arc/mm/
H A Dcache.c104 int vipt, assoc; local
113 assoc = 2; /* Fixed to 2w set assoc */
115 assoc = 1 << ibcr.config; /* 1,2,4,8 */
120 p_ic->colors = p_ic->sz_k/assoc/TO_KB(PAGE_SIZE);
124 p_ic->sz_k, assoc, p_ic->line_len,
136 assoc = 4; /* Fixed to 4w set assoc */
137 p_dc->colors = p_dc->sz_k/assoc/TO_KB(PAGE_SIZE);
140 assoc
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c60 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
61 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
62 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */
63 { 0x0a, LVL_1_DATA, 8 }, /* 2 way set assoc, 32 byte line size */
64 { 0x0c, LVL_1_DATA, 16 }, /* 4-way set assoc, 32 byte line size */
65 { 0x0d, LVL_1_DATA, 16 }, /* 4-way set assoc, 64 byte line size */
66 { 0x0e, LVL_1_DATA, 24 }, /* 6-way set assoc, 64 byte line size */
67 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */
68 { 0x22, LVL_3, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */
69 { 0x23, LVL_3, MB(1) }, /* 8-way set assoc, sectore
193 unsigned assoc:8; member in struct:l1_cache::__anon242
203 unsigned assoc:4; member in struct:l2_cache::__anon243
213 unsigned assoc:4; member in struct:l3_cache::__anon244
250 unsigned line_size, lines_per_tag, assoc, size_in_kb; local
[all...]
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt59 mac80211->driver: TX assoc
60 driver->mac80211: RX assoc response
/linux-master/drivers/crypto/ccree/
H A Dcc_aead.h85 struct cc_mlli assoc; member in struct:aead_req_ctx
H A Dcc_buffer_mgr.c517 dev_dbg(dev, "Unmapping src sgl: req->src=%pK areq_ctx->src.nents=%u areq_ctx->assoc.nents=%u assoclen:%u cryptlen=%u\n",
518 sg_virt(req->src), areq_ctx->src.nents, areq_ctx->assoc.nents,
601 areq_ctx->assoc.nents = 0;
602 areq_ctx->assoc.mlli_nents = 0;
603 dev_dbg(dev, "Chain assoc of length 0: buff_type=%s nents=%u\n",
605 areq_ctx->assoc.nents);
618 areq_ctx->assoc.nents = mapped_nents;
626 (areq_ctx->assoc.nents + 1),
639 dev_dbg(dev, "Chain assoc: buff_type=%s nents=%u\n",
641 areq_ctx->assoc
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dcache.h50 u32 assoc; member in struct:ppc_cache_info
/linux-master/net/mac80211/tests/
H A Dmfp.c16 bool sta, mfp, decrypted, unicast, assoc; member in struct:mfp_test_case
173 .desc = "BA action: drop unicast before assoc",
181 .desc = "BA action: drop unprotected after assoc",
195 .assoc = true,
238 if (params->assoc)
/linux-master/sound/pci/hda/
H A Dhda_auto_parser.c194 short assoc, loc, conn, dev; local
223 assoc = get_defcfg_association(def_conf);
228 if (!assoc)
231 assoc_line_out = assoc;
232 else if (assoc_line_out != assoc) {
234 "ignore pin 0x%x with mismatching assoc# 0x%x vs 0x%x\n",
235 nid, assoc, assoc_line_out);
250 assoc = get_defcfg_association(def_conf);
258 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq;
263 assoc
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c188 * target BSS and our adapter settings for use in an assoc/join command.
379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; local
392 pos = (u8 *) assoc;
399 memcpy(assoc->peer_sta_addr,
400 bss_desc->mac_address, sizeof(assoc->peer_sta_addr));
401 pos += sizeof(assoc->peer_sta_addr);
404 assoc->listen_interval = cpu_to_le16(priv->listen_interval);
406 assoc->beacon_period = cpu_to_le16(bss_desc->beacon_period);
408 pos += sizeof(assoc->cap_info_bitmap);
409 pos += sizeof(assoc
[all...]

Completed in 343 milliseconds

123456