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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 16 int tcpfl; /* TCP flags. */ member in struct:__anon3c128e340108
128 th->th_flags = p->tcpfl;
npf_state_test.c 16 int tcpfl; /* TCP flags. */ member in struct:__anon3c128e340108
128 th->th_flags = p->tcpfl;
  /src/sys/net/npf/
npf_state_tcp.c 104 npf_tcpfl2case(const unsigned tcpfl)
127 i = (tcpfl & (TH_SYN | TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
296 const int tcpfl = th->th_flags; local in function:npf_tcp_inwindow
325 if (tcpfl & TH_SYN) {
328 if (tcpfl & TH_FIN) {
377 if (tcpfl & TH_SYN) {
382 if ((tcpfl & TH_ACK) == 0) {
385 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) {
390 if (__predict_false(tcpfl & TH_RST))
461 const unsigned tcpfl = th->th_flags, state = nst->nst_state; local in function:npf_state_tcp
    [all...]
npf_state_tcp.c 104 npf_tcpfl2case(const unsigned tcpfl)
127 i = (tcpfl & (TH_SYN | TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
296 const int tcpfl = th->th_flags; local in function:npf_tcp_inwindow
325 if (tcpfl & TH_SYN) {
328 if (tcpfl & TH_FIN) {
377 if (tcpfl & TH_SYN) {
382 if ((tcpfl & TH_ACK) == 0) {
385 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) {
390 if (__predict_false(tcpfl & TH_RST))
461 const unsigned tcpfl = th->th_flags, state = nst->nst_state; local in function:npf_state_tcp
    [all...]

Completed in 53 milliseconds