Home
last modified time | relevance | path

Searched refs:SCTP_NOTIFY_INTERFACE_DOWN (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dsctp_constants.h692 #define SCTP_NOTIFY_INTERFACE_DOWN 3 macro
H A Dsctp_timer.c104 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_threshold_management()
H A Dsctp_usrreq.c200 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_notify()
5411 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED);
5456 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED);
6421 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED);
6452 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED);
H A Dsctputil.c4057 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) || in sctp_ulp_notify()
4081 case SCTP_NOTIFY_INTERFACE_DOWN: in sctp_ulp_notify()
H A Dsctp_output.c3923 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_handle_no_route()
/freebsd-13.1/sys/netinet6/
H A Dsctp6_usrreq.c194 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp6_notify()