Lines Matching defs:key
247 struct tcp_md5sig_key *key;
250 * The timewait bucket does not have the key DB from the
252 * md5 key being used (if indeed we are using one)
253 * so the timewait ack generating code has the key.
256 if (!static_branch_unlikely(&tcp_md5_needed.key))
259 key = tp->af_specific->md5_lookup(sk, sk);
260 if (key) {
261 tcptw->tw_md5_key = kmemdup(key, sizeof(*key), GFP_ATOMIC);
266 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key))
354 if (static_branch_unlikely(&tcp_md5_needed.key)) {