Lines Matching refs:flowlabel
209 IP6_ECN_flow_xmit(sk, fl6->flowlabel);
250 if (t->flowlabel & SCTP_FLOWLABEL_SET_MASK)
251 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK);
253 if (np->sndflow && (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
254 struct ip6_flowlabel *flowlabel;
256 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel);
257 if (IS_ERR(flowlabel))
259 fl6_sock_release(flowlabel);