ip_state.c | 159 static ipstate_t *ipf_matchsrcdst(fr_info_t *, ipstate_t *, i6addr_t *, 2374 /* Function: ipf_matchsrcdst */ 2388 ipf_matchsrcdst(fr_info_t *fin, ipstate_t *is, i6addr_t *src, i6addr_t *dst, function in typeref:typename:ipstate_t * 2716 * a kernel panic. ipf_matchsrcdst does not use this. 2741 * Reset the short and bad flag here because in ipf_matchsrcdst() 2785 is = ipf_matchsrcdst(&ofin, is, &src, &dst, 2820 (is = ipf_matchsrcdst(&ofin, is, &src, &dst, 3040 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); 3104 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); 3142 is = ipf_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP) [all...] |