Lines Matching refs:flowlabel
238 IP6_ECN_flow_xmit(sk, fl6->flowlabel);
264 label = ip6_make_flowlabel(sock_net(sk), skb, fl6->flowlabel, true, fl6);
298 if (t->flowlabel & SCTP_FLOWLABEL_SET_MASK)
299 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK);
301 if (np->sndflow && (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
302 struct ip6_flowlabel *flowlabel;
304 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel);
305 if (IS_ERR(flowlabel))
307 fl6_sock_release(flowlabel);