HomeSort by: relevance | last modified time | path
    Searched defs:tcp_with_nofl (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_build.c 436 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl)
441 *tcp_with_nofl = false;
453 *tcp_with_nofl = op->op_opts == NULL;
474 bool any_l4proto, non_tcpudp, tcp_with_nofl; local in function:build_l3_code
481 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl);
509 if (stateful && (!any_l4proto || tcp_with_nofl)) {

Completed in 16 milliseconds