| /freebsd-14.2/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_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-14.2/sys/rpc/ |
| H A D | svc_dg.c | 74 static int svc_dg_soupcall(struct socket *so, void *arg, int waitflag); 300 svc_dg_soupcall(struct socket *so, void *arg, int waitflag) in svc_dg_soupcall() argument
|
| H A D | svc_vc.c | 163 static int svc_vc_soupcall(struct socket *so, void *arg, int waitflag); 1164 svc_vc_soupcall(struct socket *so, void *arg, int waitflag) in svc_vc_soupcall() argument 1174 svc_vc_rendezvous_soupcall(struct socket *head, void *arg, int waitflag) in svc_vc_rendezvous_soupcall() argument
|
| H A D | clnt_dg.c | 83 static int clnt_dg_soupcall(struct socket *so, void *arg, int waitflag); 1046 clnt_dg_soupcall(struct socket *so, void *arg, int waitflag) in clnt_dg_soupcall() argument
|
| H A D | clnt_vc.c | 102 static int clnt_vc_soupcall(struct socket *so, void *arg, int waitflag); 945 clnt_vc_soupcall(struct socket *so, void *arg, int waitflag) in clnt_vc_soupcall() argument
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_ksocket.c | 156 int waitflag); 159 static int ng_ksocket_incoming(struct socket *so, void *arg, int waitflag); 1017 ng_ksocket_incoming(struct socket *so, void *arg, int waitflag) in ng_ksocket_incoming() argument 1021 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming() 1264 ng_ksocket_listen_upcall(struct socket *so, void *arg, int waitflag) in ng_ksocket_listen_upcall() argument 1267 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_listen_upcall()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_ha.c | 111 ctl_ha_lupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_lupcall() argument 120 ctl_ha_rupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_rupcall() argument 129 ctl_ha_supcall(struct socket *so, void *arg, int waitflag) in ctl_ha_supcall() argument
|
| /freebsd-14.2/sys/sys/ |
| H A D | socketvar.h | 421 (struct socket *so, void *arg, int waitflag);
|
| /freebsd-14.2/sys/dev/iscsi/ |
| H A D | icl_soft.c | 807 icl_soupcall_receive(struct socket *so, void *arg, int waitflag) in icl_soupcall_receive() argument 1072 icl_soupcall_send(struct socket *so, void *arg, int waitflag) in icl_soupcall_send() argument
|
| /freebsd-14.2/sys/netsmb/ |
| H A D | smb_trantcp.c | 103 nb_upcall(struct socket *so, void *arg, int waitflag) in nb_upcall() argument
|
| /freebsd-14.2/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 101 (struct socket *so, void *arg, int waitflag); 1022 ng_btsocket_rfcomm_upcall(struct socket *so, void *arg, int waitflag) in ng_btsocket_rfcomm_upcall() argument
|
| /freebsd-14.2/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 116 static int c4iw_so_upcall(struct socket *so, void *arg, int waitflag); 1078 c4iw_so_upcall(struct socket *so, void *arg, int waitflag) in c4iw_so_upcall() argument
|