Home
last modified time | relevance | path

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

/net/sctp/
Dsm_statefuns.c2750 struct sctp_shutdownhdr *sdh; in sctp_sf_do_9_2_shutdown() local
2763 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() local
2850 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()