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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c156 static ipstate_t *ipf_matchsrcdst __P((fr_info_t *, ipstate_t *, i6addr_t *,
2424 /* Function: ipf_matchsrcdst */
2438 ipf_matchsrcdst(fin, is, src, dst, tcp, cmask) function
2772 * a kernel panic. ipf_matchsrcdst does not use this.
2797 * Reset the short and bad flag here because in ipf_matchsrcdst()
2841 is = ipf_matchsrcdst(&ofin, is, &src, &dst,
2876 (is = ipf_matchsrcdst(&ofin, is, &src, &dst,
3105 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3169 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3207 is = ipf_matchsrcdst(fi
[all...]

Completed in 66 milliseconds