Searched refs:PFDESC_SCTP_INIT (Results 1 – 3 of 3) sorted by relevance
2024 pd->sctp_flags |= PFDESC_SCTP_INIT; in pf_scan_sctp()2082 if ((pd->sctp_flags & PFDESC_SCTP_INIT) && in pf_scan_sctp()2083 (pd->sctp_flags & ~PFDESC_SCTP_INIT)) in pf_scan_sctp()2155 if (pd->sctp_flags & PFDESC_SCTP_INIT) in pf_normalize_sctp()2156 if (pd->sctp_flags & ~PFDESC_SCTP_INIT) in pf_normalize_sctp()
5503 if (! (pd->sctp_flags & (PFDESC_SCTP_INIT | PFDESC_SCTP_ADD_IP))) in pf_create_state()6334 pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state_sctp()6342 if (pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state_sctp()
1630 #define PFDESC_SCTP_INIT 0x0001 macro