Lines Matching refs:flowlabel
1307 struct ip6_flowlabel *flowlabel = NULL;
1411 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK;
1412 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
1413 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
1414 if (IS_ERR(flowlabel))
1437 fl6.flowlabel = np->flow_label;
1460 fl6_sock_release(flowlabel);
1463 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
1464 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
1465 if (IS_ERR(flowlabel))
1476 if (flowlabel)
1477 opt = fl6_merge_options(&opt_space, flowlabel, opt);
1529 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel);
1594 fl6_sock_release(flowlabel);