Bug #1410 ยป 0001-Skip-placemarker-PCB-s-instead-of-looking-for-them.patch
| sys/netinet6/udp6_usrreq.c | ||
|---|---|---|
|
*/
|
||
|
last = NULL;
|
||
|
LIST_FOREACH(in6p, &udbinfo.pcblisthead, inp_list) {
|
||
|
if (!(in6p->inp_flags & INP_PLACEMARKER))
|
||
|
if (in6p->inp_flags & INP_PLACEMARKER)
|
||
|
continue;
|
||
|
if (!(in6p->inp_vflag & INP_IPV6))
|
||
|
continue;
|
||