Lines Matching refs:flowlabel
744 struct ip6_flowlabel *flowlabel = NULL; in rawv6_sendmsg() local
792 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK; in rawv6_sendmsg()
793 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
794 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
795 if (!flowlabel) in rawv6_sendmsg()
818 fl6.flowlabel = np->flow_label; in rawv6_sendmsg()
832 fl6_sock_release(flowlabel); in rawv6_sendmsg()
835 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
836 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
837 if (!flowlabel) in rawv6_sendmsg()
847 if (flowlabel) in rawv6_sendmsg()
848 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
911 fl6_sock_release(flowlabel); in rawv6_sendmsg()