Home
last modified time | relevance | path

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

/openbmc/linux/net/mctp/
H A Droute.c326 struct mctp_sk_key *key, *any_key = NULL; in mctp_route_input() local
372 any_key = mctp_lookup_key(net, skb, MCTP_ADDR_ANY, &f); in mctp_route_input()
373 if (any_key) { in mctp_route_input()
374 msk = container_of(any_key->sk, in mctp_route_input()
376 spin_unlock_irqrestore(&any_key->lock, f); in mctp_route_input()
482 if (any_key) in mctp_route_input()
483 mctp_key_unref(any_key); in mctp_route_input()