Searched refs:PFDESC_SCTP_INIT (Results 1 – 3 of 3) sorted by relevance
2068 pd->sctp_flags |= PFDESC_SCTP_INIT; in pf_scan_sctp()2126 if ((pd->sctp_flags & PFDESC_SCTP_INIT) && in pf_scan_sctp()2127 (pd->sctp_flags & ~PFDESC_SCTP_INIT)) in pf_scan_sctp()2205 if (pd->sctp_flags & PFDESC_SCTP_INIT) in pf_normalize_sctp()2206 if (pd->sctp_flags & ~PFDESC_SCTP_INIT) in pf_normalize_sctp()
4665 if (! (pd->sctp_flags & (PFDESC_SCTP_INIT | PFDESC_SCTP_ADD_IP))) in pf_create_state()5603 pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state_sctp()5611 if (pd->sctp_flags & PFDESC_SCTP_INIT) { in pf_test_state_sctp()
1331 #define PFDESC_SCTP_INIT 0x0001 macro