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