Searched refs:key (Results 126 - 150 of 151) sorted by relevance

1234567

/net/tipc/
H A Dsocket.c2156 u32 key; local
2160 key = tsk->ref + tsk->pub_count + 1;
2161 if (key == tsk->ref)
2165 scope, tsk->ref, key);
2193 publ->ref, publ->key);
2198 publ->ref, publ->key);
/net/mac80211/
H A Ddriver-ops.h277 struct ieee80211_key_conf *key)
287 trace_drv_set_key(local, cmd, sdata, sta, key);
288 ret = local->ops->set_key(&local->hw, cmd, &sdata->vif, sta, key);
273 drv_set_key(struct ieee80211_local *local, enum set_key_cmd cmd, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
H A Dutil.c1170 const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx,
1201 err = ieee80211_wep_encrypt(local, skb, key, key_len, key_idx);
1982 struct ieee80211_key *key; local
1999 list_for_each_entry(key, &sdata->key_list, list)
2000 key->flags |= KEY_FLAG_TAINTED;
1167 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) argument
H A Dmlme.c2290 auth_data->key, auth_data->key_len,
4181 if (req->key && req->key_len) {
4184 memcpy(auth_data->key, req->key, req->key_len);
/net/sctp/
H A Dassociola.c400 /* AUTH - Free the association shared key */
921 __be32 key = htonl(tsn); local
945 if (key == chunk->subh.data_hdr->tsn) {
959 if (key == chunk->subh.data_hdr->tsn) {
/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c1227 u8 key; local
1229 /* Bump the key */
1230 key = (u8)(frmr->mr->lkey & 0x000000FF);
1231 ib_update_fast_reg_key(frmr->mr, ++key);
H A Dverbs.c1722 u8 key; local
1768 /* Bump the key */
1769 key = (u8)(mr->rkey & 0x000000FF);
1770 ib_update_fast_reg_key(mr, ++key);
1782 ib_update_fast_reg_key(mr, --key);
/net/rxrpc/
H A Dar-connevent.c223 if (!conn->key) {
/net/sunrpc/
H A Dcache.c54 struct cache_head *key, int hash)
65 if (detail->match(tmp, key)) {
85 detail->init(new, key);
92 if (detail->match(tmp, key)) {
1217 * reply cachename expiry key ... content....
1219 * key and content are both parsed by cache
53 sunrpc_cache_lookup(struct cache_detail *detail, struct cache_head *key, int hash) argument
H A Dsched.c253 static int rpc_wait_bit_killable(struct wait_bit_key *key) argument
/net/wireless/
H A Dcore.h307 const u8 *key, int key_len, int key_idx,
H A Dwext-sme.c51 ck->params[i].key = ck->data[i];
H A Dibss.c299 ck->params[i].key = ck->data[i];
/net/bridge/
H A Dbr_fdb.c77 u32 key = get_unaligned((u32 *)(mac + 2)); local
78 return jhash_2words(key, vid, fdb_salt) & (BR_HASH_SIZE - 1);
/net/ipv6/
H A DKconfig225 The destination address is still the primary routing key, so mixing
H A Dndisc.c346 struct in6_addr *addr = (struct in6_addr *)&n->key;
359 struct in6_addr *addr = (struct in6_addr *)&n->key;
/net/sched/
H A Dcls_rsvp.h27 DPI(="Destination Port ID"): triple (key, mask, offset).
33 "security parameter index"): triple (key, mask, offset).
62 GRE key. Is it not nice? 8)8)
180 (*(u32 *)(xprt + s->dpi.offset) ^ s->dpi.key)) &&
191 !(f->spi.mask & (*(u32 *)(xprt + f->spi.offset) ^ f->spi.key))
H A DKconfig416 Say Y here to be able to use netfilter marks as u32 key.
523 tristate "U32 key"
527 the famous u32 key in combination with logic relations.
/net/ipv4/
H A Dtcp.c3004 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) argument
3008 sg_init_one(&sg, key->key, key->keylen);
3009 return crypto_hash_update(&hp->md5_desc, &sg, key->keylen);
H A Dfib_semantics.c384 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, argument
397 fa->fa_type, key, dst_len,
H A Dsysctl_net_ipv4.c234 memcpy(user_key, ctxt->key, TCP_FASTOPEN_KEY_LENGTH);
250 * is needed so we don't regenerate a new key on the
258 pr_debug("proc FO key set 0x%x-%x-%x-%x <- 0x%s: %u\n",
/net/netfilter/
H A Dnf_tables_api.c2855 if (nft_data_dump(skb, NFTA_SET_ELEM_KEY, &elem->key, NFT_DATA_VALUE,
3129 err = nft_data_init(ctx, &elem.key, &d1, nla[NFTA_SET_ELEM_KEY]);
3182 nft_data_uninit(&elem.key, d1.type);
3245 err = nft_data_init(ctx, &elem.key, &desc, nla[NFTA_SET_ELEM_KEY]);
3267 nft_data_uninit(&elem.key, desc.type);
3600 nft_data_uninit(&te->elem.key, NFT_DATA_VALUE);
/net/9p/
H A Dtrans_fd.c521 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) argument
/net/core/
H A Dneighbour.c568 if (!memcmp(n->key, pkey, key_len) &&
611 memcpy(n->key, pkey, key_len);
645 if (!memcmp(n->key, pkey, key_len) && n->dev == dev &&
2256 if (nla_put(skb, NDA_DST, tbl->key_len, pn->key))
/net/ceph/
H A Dmon_client.c919 cl->options->key);

Completed in 5288 milliseconds

1234567