Home
last modified time | relevance | path

Searched refs:sflp (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv6/
H A Dip6_flowlabel.c566 struct ipv6_fl_socklist __rcu **sflp; in ipv6_flowlabel_put() local
580 for (sflp = &inet_sk(sk)->ipv6_fl_list; in ipv6_flowlabel_put()
581 (sfl = socklist_dereference(*sflp)) != NULL; in ipv6_flowlabel_put()
582 sflp = &sfl->next) { in ipv6_flowlabel_put()
591 *sflp = sfl->next; in ipv6_flowlabel_put()