Searched refs:tcp_with_nofl (Results 1 – 1 of 1) sorted by relevance
404 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl) in npfctl_check_proto() argument409 *tcp_with_nofl = false; in npfctl_check_proto()421 *tcp_with_nofl = op->op_opts == NULL; in npfctl_check_proto()441 bool any_l4proto, non_tcpudp, tcp_with_nofl; in npfctl_build_code() local451 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl); in npfctl_build_code()481 if (stateful && (!any_l4proto || tcp_with_nofl)) { in npfctl_build_code()