HomeSort by: relevance | last modified time | path
    Searched refs:so_upcall (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netinet/
accf_data.c 85 so->so_upcall = NULL;
accf_http.c 259 so->so_upcall = NULL;
335 so->so_upcall = soparsehttpvers;
341 so->so_upcall = NULL;
406 so->so_upcall = soishttpconnected;
411 so->so_upcall = NULL;
  /src/sys/kern/
uipc_accf.c 249 if (so2->so_upcall == NULL) {
252 so2->so_upcall = NULL;
uipc_socket2.c 203 so->so_upcall =
208 (*so->so_upcall)(so, so->so_upcallarg,
289 if (so2->so_upcall == NULL) {
292 so2->so_upcall = NULL;
592 (*so->so_upcall)(so, so->so_upcallarg, band, M_DONTWAIT);
  /src/sys/sys/
socketvar.h 172 void (*so_upcall) (struct socket *, void *, int, int); member in struct:socket
  /src/sys/nfs/
nfs_syscalls.c 580 so->so_upcall = nfsrv_soupcall;
927 so->so_upcall = NULL;
  /src/sys/net/
if_gre.c 422 so->so_upcall = gre_receive;
431 so->so_upcall = NULL;
if_wg.c 3761 so->so_upcall = wg_so_upcall;

Completed in 20 milliseconds