Searched refs:nfc_llcp_sock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp.h | 31 struct nfc_llcp_sock; 103 struct nfc_llcp_sock { struct 149 #define nfc_llcp_sock(sk) ((struct nfc_llcp_sock *) (sk)) macro 150 #define nfc_llcp_dev(sk) (nfc_llcp_sock((sk))->dev) 203 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock); 207 struct nfc_llcp_sock *sock); 210 int nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock); 216 void nfc_llcp_sock_free(struct nfc_llcp_sock *sock); 224 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *soc [all...] |
H A D | llcp_sock.c | 56 .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_soc in nfc_llcp_accept_unlink() [all...] |
H A D | llcp_core.c | 39 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock) in nfc_llcp_socket_remote_param_init() 45 static void nfc_llcp_socket_purge(struct nfc_llcp_sock *sock) in nfc_llcp_socket_purge() 73 struct nfc_llcp_sock *llcp_sock; in nfc_llcp_socket_release() 80 llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_socket_release() 90 struct nfc_llcp_sock *lsk, *n; in nfc_llcp_socket_release() 129 llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_socket_release() 203 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 207 struct nfc_llcp_sock *llcp_sock, *tmp_sock; in nfc_llcp_sock_get() 219 tmp_sock = nfc_llcp_sock(sk); in nfc_llcp_sock_get() 233 static void nfc_llcp_sock_put(struct nfc_llcp_sock *soc [all...] |
H A D | llcp_commands.c | 242 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() 396 int nfc_llcp_send_connect(struct nfc_llcp_sock *sock) in nfc_llcp_send_connect() 474 int nfc_llcp_send_cc(struct nfc_llcp_sock *sock) in nfc_llcp_send_cc() 654 int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock, in nfc_llcp_send_i_frame() 737 int nfc_llcp_send_ui_frame(struct nfc_llcp_sock *sock, u8 ssap, u8 dsap, in nfc_llcp_send_ui_frame() 801 int nfc_llcp_send_rr(struct nfc_llcp_sock *sock) in nfc_llcp_send_rr()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp.h | 30 struct nfc_llcp_sock; 102 struct nfc_llcp_sock { struct 148 #define nfc_llcp_sock(sk) ((struct nfc_llcp_sock *) (sk)) macro 149 #define nfc_llcp_dev(sk) (nfc_llcp_sock((sk))->dev) 202 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock); 206 struct nfc_llcp_sock *sock); 209 int nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock); 215 void nfc_llcp_sock_free(struct nfc_llcp_sock *sock); 223 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *soc [all...] |
H A D | llcp_sock.c | 56 .obj_size = sizeof(struct nfc_llcp_sock), 62 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in llcp_sock_bind() 153 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in llcp_raw_sock_bind() 235 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_setsockopt() 309 struct nfc_llcp_sock *llcp_sock = nfc_llcp_sock(sk); in nfc_llcp_getsockopt() 383 struct nfc_llcp_sock *llcp_soc in nfc_llcp_accept_unlink() [all...] |
H A D | llcp_core.c | 39 void nfc_llcp_socket_remote_param_init(struct nfc_llcp_sock *sock) in nfc_llcp_socket_remote_param_init() 45 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() 201 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 205 struct nfc_llcp_sock *llcp_sock, *tmp_sock; in nfc_llcp_sock_get() 217 tmp_sock = nfc_llcp_sock(sk); in nfc_llcp_sock_get() 231 static void nfc_llcp_sock_put(struct nfc_llcp_sock *soc [all...] |
H A D | llcp_commands.c | 242 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() 392 int nfc_llcp_send_connect(struct nfc_llcp_sock *sock) in nfc_llcp_send_connect() 468 int nfc_llcp_send_cc(struct nfc_llcp_sock *sock) in nfc_llcp_send_cc() 646 int nfc_llcp_send_i_frame(struct nfc_llcp_sock *sock, in nfc_llcp_send_i_frame() 729 int nfc_llcp_send_ui_frame(struct nfc_llcp_sock *sock, u8 ssap, u8 dsap, in nfc_llcp_send_ui_frame() 793 int nfc_llcp_send_rr(struct nfc_llcp_sock *sock) in nfc_llcp_send_rr()
|
Completed in 8 milliseconds