Home
last modified time | relevance | path

Searched refs:shut (Results 1 – 2 of 2) sorted by relevance

/net/sctp/
Dsm_make_chunk.c857 struct sctp_shutdownhdr shut; in sctp_make_shutdown() local
866 shut.cum_tsn_ack = htonl(ctsn); in sctp_make_shutdown()
869 sizeof(shut), GFP_ATOMIC); in sctp_make_shutdown()
874 sctp_addto_chunk(retval, sizeof(shut), &shut); in sctp_make_shutdown()
Dsm_statefuns.c3681 struct sctp_chunk *shut; in sctp_sf_shut_8_4_5() local
3690 shut = sctp_make_shutdown_complete(asoc, chunk); in sctp_sf_shut_8_4_5()
3691 if (!shut) { in sctp_sf_shut_8_4_5()
3697 if (sctp_test_T_bit(shut)) in sctp_sf_shut_8_4_5()
3701 shut->skb->sk = ep->base.sk; in sctp_sf_shut_8_4_5()
3703 sctp_packet_append_chunk(packet, shut); in sctp_sf_shut_8_4_5()