Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dulpevent.c494 skb_pull(skb, sizeof(struct sctp_data_chunk)); in sctp_ulpevent_make_send_failed()
495 len -= sizeof(struct sctp_data_chunk); in sctp_ulpevent_make_send_failed()
Dchunk.c205 sizeof(struct sctphdr) - sizeof(struct sctp_data_chunk); in sctp_datamsg_from_user()
Dsocket.c3039 sizeof(struct sctp_data_chunk); in sctp_setsockopt_maxseg()
/linux-3.4.99/include/linux/
Dsctp.h233 typedef struct sctp_data_chunk { struct
/linux-3.4.99/include/net/sctp/
Dsctp.h510 frag -= sizeof(struct sctphdr) + sizeof(struct sctp_data_chunk); in sctp_frag_point()