| /freebsd-13.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); 152 sohashttpget(struct socket *so, void *arg, int waitflag) in sohashttpget() argument 187 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 189 return (soparsehttpvers(so, arg, waitflag)); in sohashttpget() 200 soparsehttpvers(struct socket *so, void *arg, int waitflag) in soparsehttpvers() argument 253 arg, waitflag)); in soparsehttpvers() 279 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); 48 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); 62 sohasdns(struct socket *so, void *arg, int waitflag) in sohasdns() argument
|
| /freebsd-13.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 | 105 static int svc_vc_soupcall(struct socket *so, void *arg, int waitflag); 1087 svc_vc_soupcall(struct socket *so, void *arg, int waitflag) in svc_vc_soupcall() argument 1097 svc_vc_rendezvous_soupcall(struct socket *head, void *arg, int waitflag) in svc_vc_rendezvous_soupcall() argument
|
| H A D | clnt_dg.c | 85 static int clnt_dg_soupcall(struct socket *so, void *arg, int waitflag); 1048 clnt_dg_soupcall(struct socket *so, void *arg, int waitflag) in clnt_dg_soupcall() argument
|
| H A D | clnt_vc.c | 104 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-13.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 157 static int ng_ksocket_incoming(struct socket *so, void *arg, int waitflag); 999 ng_ksocket_incoming(struct socket *so, void *arg, int waitflag) in ng_ksocket_incoming() argument 1003 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming()
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_ha.c | 113 ctl_ha_lupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_lupcall() argument 122 ctl_ha_rupcall(struct socket *so, void *arg, int waitflag) in ctl_ha_rupcall() argument 131 ctl_ha_supcall(struct socket *so, void *arg, int waitflag) in ctl_ha_supcall() argument
|
| /freebsd-13.1/sys/sys/ |
| H A D | socketvar.h | 348 (struct socket *so, void *arg, int waitflag);
|
| /freebsd-13.1/sys/dev/iscsi/ |
| H A D | icl_soft.c | 797 icl_soupcall_receive(struct socket *so, void *arg, int waitflag) in icl_soupcall_receive() argument 1049 icl_soupcall_send(struct socket *so, void *arg, int waitflag) in icl_soupcall_send() argument
|
| /freebsd-13.1/sys/netsmb/ |
| H A D | smb_trantcp.c | 105 nb_upcall(struct socket *so, void *arg, int waitflag) in nb_upcall() argument
|
| /freebsd-13.1/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 102 (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-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 118 static int c4iw_so_upcall(struct socket *so, void *arg, int waitflag); 1070 c4iw_so_upcall(struct socket *so, void *arg, int waitflag) in c4iw_so_upcall() argument
|