Searched refs:sctp_assoc_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sctp/
H A Dsocket.c2835 if (optlen == sizeof(struct sctp_assoc_value)) {
2836 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params;
2841 "Use of struct sctp_assoc_value in delayed_ack socket option.\n"
3240 * struct sctp_assoc_value {
3253 struct sctp_assoc_value *params,
3265 "Use struct sctp_assoc_value instead\n",
3269 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3400 struct sctp_assoc_value *params,
3406 if (optlen != sizeof(struct sctp_assoc_value))
[all...]
/linux-master/include/uapi/linux/
H A Dsctp.h901 struct sctp_assoc_value { struct

Completed in 336 milliseconds