Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/
Dllcp_core.c467 struct nfc_llcp_sock *l_sock; in nfc_llcp_put_ssap() local
474 l_sock = nfc_llcp_sock_get(local, ssap, LLCP_SAP_SDP); in nfc_llcp_put_ssap()
475 if (l_sock) { in nfc_llcp_put_ssap()
476 l_sock->ssap = LLCP_SDP_UNBOUND; in nfc_llcp_put_ssap()
477 nfc_llcp_sock_put(l_sock); in nfc_llcp_put_ssap()