Lines Matching refs:flowlabel
744 struct ip6_flowlabel *flowlabel = NULL;
799 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK;
800 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
801 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
802 if (IS_ERR(flowlabel))
825 fl6.flowlabel = np->flow_label;
839 fl6_sock_release(flowlabel);
842 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
843 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel);
844 if (IS_ERR(flowlabel))
854 if (flowlabel)
855 opt = fl6_merge_options(&opt_space, flowlabel, opt);
890 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel);
926 fl6_sock_release(flowlabel);