Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_proto.c194 PR_WRAP_INPUT(pfsync_input) in PR_WRAP_CTLINPUT()
206 #define pfsync_input pfsync_input_wrapper in PR_WRAP_CTLINPUT() macro
429 .pr_input = pfsync_input,
/netbsd-src/sys/dist/pf/net/
H A Dif_pfsync.h256 void pfsync_input(struct mbuf *, int, int);
H A Dif_pfsync.c351 pfsync_input(struct mbuf *m, int off, int proto) in pfsync_input() function
/netbsd-src/sys/netinet6/
H A Din6_proto.c193 PR_WRAP_INPUT6(pfsync_input) in PR_WRAP_CTLINPUT()