Home
last modified time | relevance | path

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

/openbmc/linux/net/phonet/
H A Dpep.c110 struct pep_sock *pn = pep_sk(sk); in pep_indicate()
131 struct pep_sock *pn = pep_sk(sk); in pipe_handler_request()
149 struct pep_sock *pn = pep_sk(sk); in pipe_handler_send_created_ind()
229 struct pep_sock *pn = pep_sk(sk); in pipe_grant_credits()
254 struct pep_sock *pn = pep_sk(sk); in pipe_rcv_status()
306 struct pep_sock *pn = pep_sk(sk); in pipe_rcv_created()
335 struct pep_sock *pn = pep_sk(sk); in pipe_do_rcv()
462 struct pep_sock *pn = pep_sk(sk); in pipe_destruct()
484 struct pep_sock *pn = pep_sk(sk); in pep_connresp_rcv()
538 struct pep_sock *pn = pep_sk(sk); in pipe_start_flow_control()
[all …]
H A Dsocket.c334 struct pep_sock *pn = pep_sk(sk); in pn_socket_poll()
/openbmc/linux/include/net/phonet/
H A Dpep.h16 struct pep_sock { struct
39 static inline struct pep_sock *pep_sk(struct sock *sk) in pep_sk() argument
41 return (struct pep_sock *)sk; in pep_sk()