Home
last modified time | relevance | path

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

/linux/net/nfc/
H A Dllcp.h214 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp, int kern);
H A Dllcp_sock.c974 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp, int kern) in nfc_llcp_sock_alloc() function
1044 sk = nfc_llcp_sock_alloc(sock, sock->type, GFP_ATOMIC, kern); in llcp_sock_create()
H A Dllcp_core.c968 new_sk = nfc_llcp_sock_alloc(NULL, parent->sk_type, GFP_ATOMIC, 0); in nfc_llcp_recv_connect()