Lines Matching refs:flowlabel
1330 struct ip6_flowlabel *flowlabel = NULL;
1434 fl6->flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK;
1435 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
1436 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel);
1437 if (IS_ERR(flowlabel))
1460 fl6->flowlabel = np->flow_label;
1483 fl6_sock_release(flowlabel);
1486 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
1487 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel);
1488 if (IS_ERR(flowlabel))
1499 if (flowlabel)
1500 opt = fl6_merge_options(&opt_space, flowlabel, opt);
1554 fl6->flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6->flowlabel);
1619 fl6_sock_release(flowlabel);