Home
last modified time | relevance | path

Searched refs:sol_accept_filter (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_accf.c179 if (so->sol_accept_filter == NULL) { in accept_filt_getopt()
183 strcpy(afap->af_name, so->sol_accept_filter->accf_name); in accept_filt_getopt()
215 if (so->sol_accept_filter == NULL) { in accept_filt_setopt()
219 if (so->sol_accept_filter->accf_destroy != NULL) in accept_filt_setopt()
220 so->sol_accept_filter->accf_destroy(so); in accept_filt_setopt()
223 so->sol_accept_filter = NULL; in accept_filt_setopt()
282 so->sol_accept_filter != NULL) { in accept_filt_setopt()
299 so->sol_accept_filter = afp; in accept_filt_setopt()
H A Duipc_socket.c483 if (so->sol_accept_filter != NULL) in sodealloc()
756 if (head->sol_accept_filter != NULL)
962 so->sol_accept_filter = NULL;
4016 head->sol_accept_filter->accf_callback,
4019 ret = head->sol_accept_filter->accf_callback(so,
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h162 struct accept_filter *sol_accept_filter; member
/f-stack/freebsd/sys/
H A Dsocketvar.h162 struct accept_filter *sol_accept_filter; member