Home
last modified time | relevance | path

Searched refs:so_accf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Duipc_socket.c320 if (so->so_accf != NULL) in sodealloc()
1999 struct so_accf *af = so->so_accf; in do_setopt_accept_filter()
2019 so->so_accf = NULL; in do_setopt_accept_filter()
2055 so->so_accf = NULL; in do_setopt_accept_filter()
2061 so->so_accf = af; in do_setopt_accept_filter()
2340 strcpy(afap->af_name, so->so_accf->so_accept_filter->accf_name); in sogetopt()
2341 if (so->so_accf->so_accept_filter_str != NULL) in sogetopt()
2342 strcpy(afap->af_arg, so->so_accf->so_accept_filter_str); in sogetopt()
H A Duipc_socket2.c254 so->so_upcall = head->so_accf->so_accept_filter->accf_callback; in soisconnected()
255 so->so_upcallarg = head->so_accf->so_accept_filter_arg; in soisconnected()
/dragonfly/sys/sys/
H A Dsocketvar.h157 struct so_accf { struct
161 } *so_accf; member