Searched defs:fr_matchsrcdst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c122 static ipstate_t *fr_matchsrcdst __P((fr_info_t *, ipstate_t *, i6addr_t *,
1197 * The reverse direction option mask will be set in fr_matchsrcdst(),
2089 /* Function: fr_matchsrcdst */
2101 static ipstate_t *fr_matchsrcdst(fin, is, src, dst, tcp, cmask) function
2446 * a kernel panic. fr_matchsrcdst does not use this.
2466 * Reset the short and bad flag here because in fr_matchsrcdst()
2511 is = fr_matchsrcdst(&ofin, is, &src, &dst,
2573 (is = fr_matchsrcdst(&ofin, is, &src, &dst,
2737 is = fr_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP);
2799 is = fr_matchsrcdst(fi
[all...]

Completed in 516 milliseconds