Home
last modified time | relevance | path

Searched refs:spec_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctputil.c3362 control->spec_flags = M_NOTIFICATION; in sctp_notify_peer_addr_change()
3494 control->spec_flags = M_NOTIFICATION; in sctp_notify_send_failed()
3594 control->spec_flags = M_NOTIFICATION; in sctp_notify_send_failed2()
3644 control->spec_flags = M_NOTIFICATION; in sctp_notify_adaptation_layer()
3698 control->spec_flags = M_NOTIFICATION; in sctp_notify_partial_delivery_indication()
3767 control->spec_flags = M_NOTIFICATION; in sctp_notify_shutdown_event()
3817 control->spec_flags = M_NOTIFICATION; in sctp_notify_sender_dry_event()
3877 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset_add()
3931 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset_tsn()
3998 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset()
[all …]
H A Dsctp_structs.h493 uint16_t spec_flags; /* Flags to hold the notification field */ member
H A Dsctp_auth.c1751 control->spec_flags = M_NOTIFICATION; in sctp_notify_authentication()
H A Dsctp_usrreq.c829 if ((control->spec_flags & M_NOTIFICATION) == 0) { in sctp_shutdown()