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

/linux-master/include/uapi/linux/
H A Dsctp.h815 __u8 spp_dscp; member in struct:sctp_paddrparams
/linux-master/net/sctp/
H A Dsocket.c2306 * uint8_t spp_dscp;
2404 * address. The value is obtained in the spp_dscp field.
2406 * the spp_dscp field has a valid value returned. If a
2421 * spp_dscp - This field is used in conjunction with the SPP_DSCP flag
2595 trans->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
2602 t->dscp = params->spp_dscp &
2606 asoc->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
2609 sp->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
5888 * address. The value is obtained in the spp_dscp field.
5890 * the spp_dscp fiel
[all...]

Completed in 150 milliseconds