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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c156 static ipstate_t *ipf_matchsrcdst __P((fr_info_t *, ipstate_t *, i6addr_t *,
2410 /* Function: ipf_matchsrcdst */
2424 ipf_matchsrcdst(fin, is, src, dst, tcp, cmask) function
2758 * a kernel panic. ipf_matchsrcdst does not use this.
2783 * Reset the short and bad flag here because in ipf_matchsrcdst()
2827 is = ipf_matchsrcdst(&ofin, is, &src, &dst,
2862 (is = ipf_matchsrcdst(&ofin, is, &src, &dst,
3091 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3155 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
3193 is = ipf_matchsrcdst(fi
[all...]

Completed in 126 milliseconds