Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctputil.c2941 control->spec_flags = M_NOTIFICATION; in sctp_notify_peer_addr_change()
3077 control->spec_flags = M_NOTIFICATION; in sctp_notify_send_failed()
3180 control->spec_flags = M_NOTIFICATION; in sctp_notify_send_failed2()
3229 control->spec_flags = M_NOTIFICATION; in sctp_notify_adaptation_layer()
3286 control->spec_flags = M_NOTIFICATION; in sctp_notify_partial_delivery_indication()
3393 control->spec_flags = M_NOTIFICATION; in sctp_notify_shutdown_event()
3445 control->spec_flags = M_NOTIFICATION; in sctp_notify_sender_dry_event()
3501 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset_add()
3551 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset_tsn()
3617 control->spec_flags = M_NOTIFICATION; in sctp_notify_stream_reset()
[all …]
H A Dsctp_structs.h485 uint16_t spec_flags; /* Flags to hold the notification field */ member
H A Dsctp_auth.c1775 control->spec_flags = M_NOTIFICATION; in sctp_notify_authentication()