Lines Matching refs:flowlabel
742 struct ip6_flowlabel *flowlabel = NULL; in rawv6_sendmsg() local
790 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK; in rawv6_sendmsg()
791 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
792 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
793 if (!flowlabel) in rawv6_sendmsg()
816 fl6.flowlabel = np->flow_label; in rawv6_sendmsg()
830 fl6_sock_release(flowlabel); in rawv6_sendmsg()
833 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
834 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
835 if (!flowlabel) in rawv6_sendmsg()
845 if (flowlabel) in rawv6_sendmsg()
846 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
906 fl6_sock_release(flowlabel); in rawv6_sendmsg()