Lines Matching refs:flowlabel
780 struct ip6_flowlabel *flowlabel = NULL;
840 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK;
841 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
842 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
843 if (IS_ERR(flowlabel))
866 fl6.flowlabel = np->flow_label;
880 fl6_sock_release(flowlabel);
883 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
884 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
885 if (IS_ERR(flowlabel))
895 if (flowlabel)
896 opt = fl6_merge_options(&opt_space, flowlabel, opt);
931 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel);
967 fl6_sock_release(flowlabel);