Lines Matching refs:flowlabel
493 struct ip6_flowlabel *flowlabel = NULL; in l2tp_ip6_sendmsg() local
530 fl6.flowlabel = lsa->l2tp_flowinfo & IPV6_FLOWINFO_MASK; in l2tp_ip6_sendmsg()
531 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()
532 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
533 if (flowlabel == NULL) in l2tp_ip6_sendmsg()
555 fl6.flowlabel = np->flow_label; in l2tp_ip6_sendmsg()
569 fl6_sock_release(flowlabel); in l2tp_ip6_sendmsg()
572 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
573 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
574 if (flowlabel == NULL) in l2tp_ip6_sendmsg()
585 if (flowlabel) in l2tp_ip6_sendmsg()
586 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
638 fl6_sock_release(flowlabel); in l2tp_ip6_sendmsg()