Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dulpevent.c921 struct sctp_assoc_reset_event *areset; in sctp_ulpevent_make_assoc_reset_event() local
931 areset = skb_put(skb, sizeof(struct sctp_assoc_reset_event)); in sctp_ulpevent_make_assoc_reset_event()
933 areset->assocreset_type = SCTP_ASSOC_RESET_EVENT; in sctp_ulpevent_make_assoc_reset_event()
934 areset->assocreset_flags = flags; in sctp_ulpevent_make_assoc_reset_event()
935 areset->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_ulpevent_make_assoc_reset_event()
937 areset->assocreset_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_assoc_reset_event()
938 areset->assocreset_local_tsn = local_tsn; in sctp_ulpevent_make_assoc_reset_event()
939 areset->assocreset_remote_tsn = remote_tsn; in sctp_ulpevent_make_assoc_reset_event()