Home
last modified time | relevance | path

Searched refs:ACCEPT_FILTER_DEFINE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Daccf_data.c45 ACCEPT_FILTER_DEFINE(accf_data, "dataready", sohasdata, NULL, NULL, 1);
H A Daccf_dns.c44 ACCEPT_FILTER_DEFINE(accf_dns, "dnsready", sohasdns, NULL, NULL, 1);
H A Daccf_http.c57 ACCEPT_FILTER_DEFINE(accf_http, "httpready", sohashttpget, NULL, NULL, 1);
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h345 #define ACCEPT_FILTER_DEFINE(modname, filtname, cb, create, destroy, ver) \ macro
/f-stack/freebsd/sys/
H A Dsocketvar.h345 #define ACCEPT_FILTER_DEFINE(modname, filtname, cb, create, destroy, ver) \ macro