Searched refs:sctp_adaptation_event (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Duser.h318 struct sctp_adaptation_event { struct
390 struct sctp_adaptation_event sn_adaptation_event;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Duser.h318 struct sctp_adaptation_event { struct
390 struct sctp_adaptation_event sn_adaptation_event;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dulpevent.c651 struct sctp_adaptation_event *sai;
654 event = sctp_ulpevent_new(sizeof(struct sctp_adaptation_event),
660 sai = (struct sctp_adaptation_event *)
661 skb_put(skb, sizeof(struct sctp_adaptation_event));
665 sai->sai_length = sizeof(struct sctp_adaptation_event);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dulpevent.c651 struct sctp_adaptation_event *sai;
654 event = sctp_ulpevent_new(sizeof(struct sctp_adaptation_event),
660 sai = (struct sctp_adaptation_event *)
661 skb_put(skb, sizeof(struct sctp_adaptation_event));
665 sai->sai_length = sizeof(struct sctp_adaptation_event);

Completed in 139 milliseconds