Lines Matching refs:flowlabel
777 struct ip6_flowlabel *flowlabel = NULL; in rawv6_sendmsg() local
827 fl6.flowlabel = sin6->sin6_flowinfo&IPV6_FLOWINFO_MASK; in rawv6_sendmsg()
828 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
829 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
830 if (!flowlabel) in rawv6_sendmsg()
853 fl6.flowlabel = np->flow_label; in rawv6_sendmsg()
867 fl6_sock_release(flowlabel); in rawv6_sendmsg()
870 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
871 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
872 if (!flowlabel) in rawv6_sendmsg()
882 if (flowlabel) in rawv6_sendmsg()
883 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
914 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); in rawv6_sendmsg()
950 fl6_sock_release(flowlabel); in rawv6_sendmsg()