Searched refs:ipf_matchsrcdst (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_state.c | 148 static ipstate_t *ipf_matchsrcdst(fr_info_t *, ipstate_t *, i6addr_t *, 2377 ipf_matchsrcdst(fr_info_t *fin, ipstate_t *is, i6addr_t *src, i6addr_t *dst, in ipf_matchsrcdst() function 2775 is = ipf_matchsrcdst(&ofin, is, &src, &dst, in ipf_checkicmpmatchingstate() 2810 (is = ipf_matchsrcdst(&ofin, is, &src, &dst, in ipf_checkicmpmatchingstate() 3030 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup() 3094 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup() 3132 is = ipf_matchsrcdst(fin, is, &src, &dst, tcp, FI_CMP); in ipf_state_lookup() 3203 is = ipf_matchsrcdst(fin, is, &src, &dst, NULL, FI_CMP); in ipf_state_lookup() 4463 (is = ipf_matchsrcdst(&ofin, is, &src, in ipf_checkicmp6matchingstate() 4533 is = ipf_matchsrcdst(&ofin, is, &src, &dst, tcp, FI_ICMPCMP); in ipf_checkicmp6matchingstate()
|