Searched refs:sknext (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dudp.c899 struct sock *sknext = NULL; local
904 sknext = udp_v4_mcast_next(sk->next, uh->dest, daddr,
906 if(sknext)
911 sk = sknext;
912 } while(sknext);
H A Draw.c153 struct sock *sknext = __raw_v4_lookup(sk->next, iph->protocol, local
160 if (!sknext)
167 sk = sknext;

Completed in 91 milliseconds