Home
last modified time | relevance | path

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

/linux-5.15/net/nfc/ !
H A Dllcp.h31 struct nfc_llcp_sock;
103 struct nfc_llcp_sock { struct
149 #define nfc_llcp_sock(sk) ((struct nfc_llcp_sock *) (sk)) argument
150 #define nfc_llcp_dev(sk) (nfc_llcp_sock((sk))->dev)
203 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock);
208 struct nfc_llcp_sock *sock);
211 int nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock);
217 void nfc_llcp_sock_free(struct nfc_llcp_sock *sock);
225 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *sock,
238 int nfc_llcp_send_connect(struct nfc_llcp_sock *sock);
[all …]
H A Dllcp_sock.c56 .obj_size = sizeof(struct nfc_llcp_sock),
62 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in llcp_sock_bind()
148 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in llcp_raw_sock_bind()
230 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_setsockopt()
304 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_getsockopt()
378 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_accept_unlink()
391 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_accept_enqueue()
392 struct nfc_llcp_sock *llcp_sock_parent = nfc_llcp_sock(parent); in nfc_llcp_accept_enqueue()
406 struct nfc_llcp_sock *lsk, *n, *llcp_parent; in nfc_llcp_accept_dequeue()
409 llcp_parent = nfc_llcp_sock(parent); in nfc_llcp_accept_dequeue()
[all …]
H A Dllcp_core.c37 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock) in nfc_llcp_socket_remote_param_init()
43 static void nfc_llcp_socket_purge(struct nfc_llcp_sock *sock) in nfc_llcp_socket_purge()
71 struct nfc_llcp_sock *llcp_sock; in nfc_llcp_socket_release()
78 llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_socket_release()
88 struct nfc_llcp_sock *lsk, *n; in nfc_llcp_socket_release()
127 llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_socket_release()
186 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get()
190 struct nfc_llcp_sock *llcp_sock, *tmp_sock; in nfc_llcp_sock_get()
202 tmp_sock = nfc_llcp_sock(sk); in nfc_llcp_sock_get()
220 static void nfc_llcp_sock_put(struct nfc_llcp_sock *sock) in nfc_llcp_sock_put()
[all …]
A Dllcp_commands.c242 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *sock, in nfc_llcp_parse_connection_tlv()
313 static struct sk_buff *llcp_allocate_pdu(struct nfc_llcp_sock *sock, in llcp_allocate_pdu()
334 int nfc_llcp_send_disconnect(struct nfc_llcp_sock *sock) in nfc_llcp_send_disconnect()
390 int nfc_llcp_send_connect(struct nfc_llcp_sock *sock) in nfc_llcp_send_connect()
467 int nfc_llcp_send_cc(struct nfc_llcp_sock *sock) in nfc_llcp_send_cc()
647 int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock, in nfc_llcp_send_i_frame()
730 int nfc_llcp_send_ui_frame(struct nfc_llcp_sock *sock, u8 ssap, u8 dsap, in nfc_llcp_send_ui_frame()
794 int nfc_llcp_send_rr(struct nfc_llcp_sock *sock) in nfc_llcp_send_rr()