Home
last modified time | relevance | path

Searched refs:PFDESC_SCTP_INIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_norm.c2024 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()
H A Dpf.c5503 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()
/freebsd/sys/net/
H A Dpfvar.h1630 #define PFDESC_SCTP_INIT 0x0001 macro