Home
last modified time | relevance | path

Searched refs:any_key (Results 1 – 1 of 1) sorted by relevance

/linux/net/mctp/
H A Droute.c433 struct mctp_sk_key *key, *any_key = NULL; in mctp_dst_input() local
492 any_key = mctp_lookup_key(net, skb, netid, in mctp_dst_input()
494 if (any_key) { in mctp_dst_input()
495 msk = container_of(any_key->sk, in mctp_dst_input()
497 spin_unlock_irqrestore(&any_key->lock, f); in mctp_dst_input()
611 if (any_key) in mctp_dst_input()
612 mctp_key_unref(any_key); in mctp_dst_input()