Home
last modified time | relevance | path

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

/include/net/sctp/
A Dsctp.h439 for (err = (struct sctp_errhdr *)((void *)chunk_hdr + \
441 ((void *)err + offsetof(struct sctp_errhdr, length) + sizeof(err->length) <=\
444 ntohs(err->length) >= sizeof(struct sctp_errhdr); \
445 err = (struct sctp_errhdr *)((void *)err + SCTP_PAD4(ntohs(err->length))))
A Dstructs.h598 struct sctp_errhdr *err_hdr;
/include/linux/
A Dsctp.h441 struct sctp_errhdr { struct
449 struct sctp_errhdr err_hdr; argument

Completed in 28 milliseconds