Searched refs:nfc_llcp_sock_alloc (Results 1 – 3 of 3) sorted by relevance
228 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp);
946 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp) in nfc_llcp_sock_alloc() function1013 sk = nfc_llcp_sock_alloc(sock, sock->type, GFP_ATOMIC); in llcp_sock_create()
936 new_sk = nfc_llcp_sock_alloc(NULL, parent->sk_type, GFP_ATOMIC); in nfc_llcp_recv_connect()