Home
last modified time | relevance | path

Searched refs:pep_sock (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/phonet/
Dpep.c122 struct pep_sock *pn = pep_sk(sk); in pep_indicate()
143 struct pep_sock *pn = pep_sk(sk); in pipe_handler_request()
161 struct pep_sock *pn = pep_sk(sk); in pipe_handler_send_created_ind()
241 struct pep_sock *pn = pep_sk(sk); in pipe_grant_credits()
266 struct pep_sock *pn = pep_sk(sk); in pipe_rcv_status()
318 struct pep_sock *pn = pep_sk(sk); in pipe_rcv_created()
347 struct pep_sock *pn = pep_sk(sk); in pipe_do_rcv()
474 struct pep_sock *pn = pep_sk(sk); in pipe_destruct()
496 struct pep_sock *pn = pep_sk(sk); in pep_connresp_rcv()
550 struct pep_sock *pn = pep_sk(sk); in pipe_start_flow_control()
[all …]
Dsocket.c344 struct pep_sock *pn = pep_sk(sk); in pn_socket_poll()
/linux-4.4.14/include/net/phonet/
Dpep.h26 struct pep_sock { struct
49 static inline struct pep_sock *pep_sk(struct sock *sk) in pep_sk() argument
51 return (struct pep_sock *)sk; in pep_sk()