Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_conn.c481 static struct sock *__llc_lookup_established(struct llc_sap *sap, in __llc_lookup_established() function
527 sk = __llc_lookup_established(sap, daddr, laddr, net); in llc_lookup_established()
611 struct sock *sk = __llc_lookup_established(sap, daddr, laddr, net); in __llc_lookup()