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

/linux-master/include/uapi/linux/
H A Dsctp.h803 SPP_DSCP = 1<<9, enumerator in enum:sctp_spp_flags
/linux-master/net/sctp/
H A Dsocket.c2401 * SPP_DSCP: Setting this flag enables the setting of the
2421 * spp_dscp - This field is used in conjunction with the SPP_DSCP flag
2593 if (params->spp_flags & SPP_DSCP) {
2629 if (params->spp_flags & (SPP_DSCP | SPP_IPV6_FLOWLABEL))
5885 * SPP_DSCP: Setting this flag enables the setting of the
5905 * spp_dscp - This field is used in conjunction with the SPP_DSCP flag
5969 params.spp_flags |= SPP_DSCP;
5987 params.spp_flags |= SPP_DSCP;
6005 params.spp_flags |= SPP_DSCP;

Completed in 108 milliseconds