Lines Matching refs:sock
116 struct sock sk;
151 struct sock *parent;
213 void nfc_llcp_sock_link(struct llcp_sock_list *l, struct sock *s);
214 void nfc_llcp_sock_unlink(struct llcp_sock_list *l, struct sock *s);
215 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock);
220 struct nfc_llcp_sock *sock);
223 int nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock);
228 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp);
229 void nfc_llcp_sock_free(struct nfc_llcp_sock *sock);
230 void nfc_llcp_accept_unlink(struct sock *sk);
231 void nfc_llcp_accept_enqueue(struct sock *parent, struct sock *sk);
232 struct sock *nfc_llcp_accept_dequeue(struct sock *sk, struct socket *newsock);
237 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *sock,
250 int nfc_llcp_send_connect(struct nfc_llcp_sock *sock);
251 int nfc_llcp_send_cc(struct nfc_llcp_sock *sock);
257 int nfc_llcp_send_disconnect(struct nfc_llcp_sock *sock);
258 int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock,
260 int nfc_llcp_send_ui_frame(struct nfc_llcp_sock *sock, u8 ssap, u8 dsap,
262 int nfc_llcp_send_rr(struct nfc_llcp_sock *sock);