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

/freebsd-11-stable/sys/kern/
H A Duipc_accf.c182 strcpy(afap->af_name, so->so_accf->so_accept_filter->accf_name);
183 if (so->so_accf->so_accept_filter_str != NULL)
184 strcpy(afap->af_arg, so->so_accf->so_accept_filter_str);
198 struct so_accf *newaf;
210 if (so->so_accf != NULL) {
211 struct so_accf *af = so->so_accf;
219 so->so_accf = NULL;
265 (so->so_accf != NULL)) {
284 so->so_accf
[all...]
H A Duipc_socket.c454 if (so->so_accf != NULL)
3476 head->so_accf->so_accept_filter->accf_callback,
3477 head->so_accf->so_accept_filter_arg);
3479 ret = head->so_accf->so_accept_filter->accf_callback(so,
3480 head->so_accf->so_accept_filter_arg, M_NOWAIT);
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h115 struct so_accf { struct in struct:socket
119 } *so_accf; member in struct:socket

Completed in 92 milliseconds