Searched refs:PFDESC_SCTP_INIT (Results 1 – 3 of 3) sorted by relevance
2041 pd->sctp_flags |= PFDESC_SCTP_INIT; in pf_scan_sctp()2099 if ((pd->sctp_flags & PFDESC_SCTP_INIT) && in pf_scan_sctp()2100 (pd->sctp_flags & ~PFDESC_SCTP_INIT)) in pf_scan_sctp()2180 if (pd->sctp_flags & PFDESC_SCTP_INIT) in pf_normalize_sctp()2181 if (pd->sctp_flags & ~PFDESC_SCTP_INIT) in pf_normalize_sctp()
6201 if (! (pd->sctp_flags & (PFDESC_SCTP_INIT | PFDESC_SCTP_ADD_IP))) in pf_create_state()7008 pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state()7019 if (pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state()
1691 #define PFDESC_SCTP_INIT 0x0001 macro