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

/linux-master/include/uapi/linux/
H A Dsctp.h802 SPP_IPV6_FLOWLABEL = 1<<8, enumerator in enum:sctp_spp_flags
/linux-master/net/sctp/
H A Dsocket.c2387 * SPP_IPV6_FLOWLABEL: Setting this flag enables the
2416 * SPP_IPV6_FLOWLABEL flag and contains the IPv6 flow label.
2565 if (params->spp_flags & SPP_IPV6_FLOWLABEL) {
2629 if (params->spp_flags & (SPP_DSCP | SPP_IPV6_FLOWLABEL))
5871 * SPP_IPV6_FLOWLABEL: Setting this flag enables the
5900 * SPP_IPV6_FLOWLABEL flag and contains the IPv6 flow label.
5965 params.spp_flags |= SPP_IPV6_FLOWLABEL;
5983 params.spp_flags |= SPP_IPV6_FLOWLABEL;
6001 params.spp_flags |= SPP_IPV6_FLOWLABEL;

Completed in 145 milliseconds