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

  /src/sys/net/npf/
npf_state_tcp.c 139 * new_state = npf_tcp_fsm[old_state][direction][npf_tcpfl2case(tcp_flags)];
144 static const uint8_t npf_tcp_fsm[NPF_TCP_NSTATES][2][TCPFC_COUNT] = { variable in typeref:typename:const uint8_t[][2][]
469 nstate = npf_tcp_fsm[state][flow][flagcase];
npf_state_tcp.c 139 * new_state = npf_tcp_fsm[old_state][direction][npf_tcpfl2case(tcp_flags)];
144 static const uint8_t npf_tcp_fsm[NPF_TCP_NSTATES][2][TCPFC_COUNT] = { variable in typeref:typename:const uint8_t[][2][]
469 nstate = npf_tcp_fsm[state][flow][flagcase];

Completed in 54 milliseconds