Lines Matching refs:flowlabel
776 struct ip6_flowlabel *flowlabel = NULL; in rawv6_sendmsg() local
835 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK; in rawv6_sendmsg()
836 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
837 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
838 if (IS_ERR(flowlabel)) in rawv6_sendmsg()
861 fl6.flowlabel = np->flow_label; in rawv6_sendmsg()
875 fl6_sock_release(flowlabel); in rawv6_sendmsg()
878 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
879 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
880 if (IS_ERR(flowlabel)) in rawv6_sendmsg()
890 if (flowlabel) in rawv6_sendmsg()
891 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
926 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); in rawv6_sendmsg()
962 fl6_sock_release(flowlabel); in rawv6_sendmsg()