Lines Matching refs:flowlabel
491 struct ip6_flowlabel *flowlabel = NULL; in l2tp_ip6_sendmsg() local
528 fl6.flowlabel = lsa->l2tp_flowinfo & IPV6_FLOWINFO_MASK; in l2tp_ip6_sendmsg()
529 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()
530 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
531 if (flowlabel == NULL) in l2tp_ip6_sendmsg()
553 fl6.flowlabel = np->flow_label; in l2tp_ip6_sendmsg()
567 fl6_sock_release(flowlabel); in l2tp_ip6_sendmsg()
570 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
571 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
572 if (flowlabel == NULL) in l2tp_ip6_sendmsg()
583 if (flowlabel) in l2tp_ip6_sendmsg()
584 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
636 fl6_sock_release(flowlabel); in l2tp_ip6_sendmsg()