Searched refs:SCTP_FLOWLABEL_SET_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsctp.h801 SCTP_FLOWLABEL_SET_MASK = 0x100000, enumerator in enum:__anon3328
/linux-master/net/sctp/
H A Dsocket.c2570 trans->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2581 t->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2585 asoc->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2589 sp->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
5962 if (trans->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
5980 if (asoc->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
5998 if (sp->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
H A Dassociola.c649 peer->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
H A Dipv6.c296 if (t->flowlabel & SCTP_FLOWLABEL_SET_MASK)

Completed in 135 milliseconds