Lines Matching refs:sctp_flags
2054 pd->sctp_flags |= PFDESC_SCTP_INIT; in pf_scan_sctp()
2056 pd->sctp_flags |= PFDESC_SCTP_INIT_ACK; in pf_scan_sctp()
2066 pd->sctp_flags |= PFDESC_SCTP_ABORT; in pf_scan_sctp()
2070 pd->sctp_flags |= PFDESC_SCTP_SHUTDOWN; in pf_scan_sctp()
2073 pd->sctp_flags |= PFDESC_SCTP_SHUTDOWN_COMPLETE; in pf_scan_sctp()
2076 pd->sctp_flags |= PFDESC_SCTP_COOKIE; in pf_scan_sctp()
2079 pd->sctp_flags |= PFDESC_SCTP_COOKIE_ACK; in pf_scan_sctp()
2082 pd->sctp_flags |= PFDESC_SCTP_DATA; in pf_scan_sctp()
2085 pd->sctp_flags |= PFDESC_SCTP_HEARTBEAT; in pf_scan_sctp()
2088 pd->sctp_flags |= PFDESC_SCTP_HEARTBEAT_ACK; in pf_scan_sctp()
2091 pd->sctp_flags |= PFDESC_SCTP_ASCONF; in pf_scan_sctp()
2099 pd->sctp_flags |= PFDESC_SCTP_OTHER; in pf_scan_sctp()
2112 if ((pd->sctp_flags & PFDESC_SCTP_INIT) && in pf_scan_sctp()
2113 (pd->sctp_flags & ~PFDESC_SCTP_INIT)) in pf_scan_sctp()
2115 if ((pd->sctp_flags & PFDESC_SCTP_INIT_ACK) && in pf_scan_sctp()
2116 (pd->sctp_flags & ~PFDESC_SCTP_INIT_ACK)) in pf_scan_sctp()
2118 if ((pd->sctp_flags & PFDESC_SCTP_SHUTDOWN_COMPLETE) && in pf_scan_sctp()
2119 (pd->sctp_flags & ~PFDESC_SCTP_SHUTDOWN_COMPLETE)) in pf_scan_sctp()
2121 if ((pd->sctp_flags & PFDESC_SCTP_ABORT) && in pf_scan_sctp()
2122 (pd->sctp_flags & PFDESC_SCTP_DATA)) { in pf_scan_sctp()
2193 if (pd->sctp_flags & PFDESC_SCTP_INIT) in pf_normalize_sctp()
2194 if (pd->sctp_flags & ~PFDESC_SCTP_INIT) in pf_normalize_sctp()