| /freebsd-12.1/sys/netinet/ |
| H A D | accf_http.c | 44 static int sohashttpget(struct socket *so, void *arg, int waitflag); 46 static int soparsehttpvers(struct socket *so, void *arg, int waitflag); 48 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 164 sohashttpget(struct socket *so, void *arg, int waitflag) in sohashttpget() argument 199 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 201 return (soparsehttpvers(so, arg, waitflag)); in sohashttpget() 212 soparsehttpvers(struct socket *so, void *arg, int waitflag) in soparsehttpvers() argument 265 arg, waitflag)); in soparsehttpvers() 292 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() argument
|
| H A D | accf_data.c | 43 static int sohasdata(struct socket *so, void *arg, int waitflag); 61 sohasdata(struct socket *so, void *arg, int waitflag) in sohasdata() argument
|
| H A D | accf_dns.c | 42 static int sohasdns(struct socket *so, void *arg, int waitflag); 75 sohasdns(struct socket *so, void *arg, int waitflag) in sohasdns() argument
|
| /freebsd-12.1/sys/rpc/ |
| H A D | svc_dg.c | 74 static int svc_dg_soupcall(struct socket *so, void *arg, int waitflag); 301 svc_dg_soupcall(struct socket *so, void *arg, int waitflag) in svc_dg_soupcall() argument
|
| H A D | svc_vc.c | 101 static int svc_vc_soupcall(struct socket *so, void *arg, int waitflag); 954 svc_vc_soupcall(struct socket *so, void *arg, int waitflag) in svc_vc_soupcall() argument 964 svc_vc_rendezvous_soupcall(struct socket *head, void *arg, int waitflag) in svc_vc_rendezvous_soupcall() argument
|
| H A D | clnt_vc.c | 99 static int clnt_vc_soupcall(struct socket *so, void *arg, int waitflag); 849 clnt_vc_soupcall(struct socket *so, void *arg, int waitflag) in clnt_vc_soupcall() argument
|
| H A D | clnt_dg.c | 85 static int clnt_dg_soupcall(struct socket *so, void *arg, int waitflag); 1044 clnt_dg_soupcall(struct socket *so, void *arg, int waitflag) in clnt_dg_soupcall() argument
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 157 static int ng_ksocket_incoming(struct socket *so, void *arg, int waitflag); 1000 ng_ksocket_incoming(struct socket *so, void *arg, int waitflag) in ng_ksocket_incoming() argument 1004 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming()
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl_ha.c | 176 ctl_ha_lupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_lupcall() argument 185 ctl_ha_rupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_rupcall() argument 194 ctl_ha_supcall(struct socket *so, void *arg, int waitflag) in ctl_ha_supcall() argument
|
| /freebsd-12.1/sys/sys/ |
| H A D | socketvar.h | 325 (struct socket *so, void *arg, int waitflag);
|
| /freebsd-12.1/sys/dev/iscsi/ |
| H A D | icl_soft.c | 802 icl_soupcall_receive(struct socket *so, void *arg, int waitflag) in icl_soupcall_receive() argument 1051 icl_soupcall_send(struct socket *so, void *arg, int waitflag) in icl_soupcall_send() argument
|
| /freebsd-12.1/sys/netsmb/ |
| H A D | smb_trantcp.c | 105 nb_upcall(struct socket *so, void *arg, int waitflag) in nb_upcall() argument
|
| /freebsd-12.1/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 102 (struct socket *so, void *arg, int waitflag); 1021 ng_btsocket_rfcomm_upcall(struct socket *so, void *arg, int waitflag) in ng_btsocket_rfcomm_upcall() argument
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 119 static int c4iw_so_upcall(struct socket *so, void *arg, int waitflag); 1074 c4iw_so_upcall(struct socket *so, void *arg, int waitflag) in c4iw_so_upcall() argument
|