Searched refs:sdh (Results 1 – 1 of 1) sorted by relevance
2750 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shutdown() local2763 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shutdown()2764 skb_pull(chunk->skb, sizeof(*sdh)); in sctp_sf_do_9_2_shutdown()2765 chunk->subh.shutdown_hdr = sdh; in sctp_sf_do_9_2_shutdown()2766 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shutdown()2839 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shut_ctsn() local2850 sdh = (struct sctp_shutdownhdr *)chunk->skb->data; in sctp_sf_do_9_2_shut_ctsn()2851 ctsn = ntohl(sdh->cum_tsn_ack); in sctp_sf_do_9_2_shut_ctsn()2872 SCTP_BE32(sdh->cum_tsn_ack)); in sctp_sf_do_9_2_shut_ctsn()