Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/pf/
HDpf_norm.c2068 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()
HDpf.c4665 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()
/freebsd-13-stable/sys/net/
HDpfvar.h1331 #define PFDESC_SCTP_INIT 0x0001 macro