/freebsd/sys/netinet/ |
H A D | accf_http.c | 42 static int sohashttpget(struct socket *so, void *arg, int waitflag); 44 static int soparsehttpvers(struct socket *so, void *arg, int waitflag); 46 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 150 sohashttpget(struct socket *so, void *arg, int waitflag) in sohashttpget() argument 185 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 187 return (soparsehttpvers(so, arg, waitflag)); in sohashttpget() 198 soparsehttpvers(struct socket *so, void *arg, int waitflag) in soparsehttpvers() argument 251 arg, waitflag)); in soparsehttpvers() 277 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() argument
|
H A D | accf_data.c | 41 static int sohasdata(struct socket *so, void *arg, int waitflag); 46 sohasdata(struct socket *so, void *arg, int waitflag) in sohasdata() argument
|
H A D | accf_tls.c | 42 static int so_hastls(struct socket *so, void *arg, int waitflag); 71 so_hastls(struct socket *so, void *arg, int waitflag) in so_hastls() argument
|
H A D | accf_dns.c | 40 static int sohasdns(struct socket *so, void *arg, int waitflag); 60 sohasdns(struct socket *so, void *arg, int waitflag) in sohasdns() argument
|
/freebsd/sys/rpc/ |
H A D | svc_dg.c | 70 static int svc_dg_soupcall(struct socket *so, void *arg, int waitflag); 291 svc_dg_soupcall(struct socket *so, void *arg, int waitflag) in svc_dg_soupcall() argument
|
H A D | svc_vc.c | 159 static int svc_vc_soupcall(struct socket *so, void *arg, int waitflag); 1141 svc_vc_soupcall(struct socket *so, void *arg, int waitflag) in svc_vc_soupcall() argument 1151 svc_vc_rendezvous_soupcall(struct socket *head, void *arg, int waitflag) in svc_vc_rendezvous_soupcall() argument
|
H A D | clnt_dg.c | 78 static int clnt_dg_soupcall(struct socket *so, void *arg, int waitflag); 1041 clnt_dg_soupcall(struct socket *so, void *arg, int waitflag) in clnt_dg_soupcall() argument
|
H A D | clnt_vc.c | 97 static int clnt_vc_soupcall(struct socket *so, void *arg, int waitflag); 924 clnt_vc_soupcall(struct socket *so, void *arg, int waitflag) in clnt_vc_soupcall() argument
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 176 int waitflag); 179 static int ng_ksocket_incoming(struct socket *so, void *arg, int waitflag); 1094 ng_ksocket_incoming(struct socket *so, void *arg, int waitflag) in ng_ksocket_incoming() argument 1098 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming() 1337 ng_ksocket_listen_upcall(struct socket *so, void *arg, int waitflag) in ng_ksocket_listen_upcall() argument 1340 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_listen_upcall()
|
/freebsd/sys/sys/ |
H A D | socketvar.h | 418 (struct socket *so, void *arg, int waitflag);
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_soft.c | 806 icl_soupcall_receive(struct socket *so, void *arg, int waitflag) in icl_soupcall_receive() argument 1071 icl_soupcall_send(struct socket *so, void *arg, int waitflag) in icl_soupcall_send() argument
|
/freebsd/sys/netsmb/ |
H A D | smb_trantcp.c | 102 nb_upcall(struct socket *so, void *arg, int waitflag) in nb_upcall() argument
|
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_tcp.c | 1397 nvmf_soupcall_receive(struct socket *so, void *arg, int waitflag) in nvmf_soupcall_receive() argument 1407 nvmf_soupcall_send(struct socket *so, void *arg, int waitflag) in nvmf_soupcall_send() argument
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 101 (struct socket *so, void *arg, int waitflag); 1011 ng_btsocket_rfcomm_upcall(struct socket *so, void *arg, int waitflag) in ng_btsocket_rfcomm_upcall() argument
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 116 static int c4iw_so_upcall(struct socket *so, void *arg, int waitflag); 1069 c4iw_so_upcall(struct socket *so, void *arg, int waitflag) in c4iw_so_upcall() argument
|