Searched defs:nfc_llcp_sock (Results 1 - 1 of 1) sorted by relevance

/net/nfc/
H A Dllcp.h43 struct nfc_llcp_sock;
115 struct nfc_llcp_sock { struct
161 #define nfc_llcp_sock(sk) ((struct nfc_llcp_sock *) (sk)) macro
162 #define nfc_llcp_dev(sk) (nfc_llcp_sock((sk))->dev)
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);
229 void nfc_llcp_sock_free(struct nfc_llcp_sock *sock);
237 int nfc_llcp_parse_connection_tlv(struct nfc_llcp_sock *soc
[all...]

Completed in 4 milliseconds