taglinefilesource code
sknext1571net/ipv4/ip.cstruct sock *sknext=NULL;
sknext1579net/ipv4/ip.csknext=get_sock_raw(raw_sk->next, hash, iph->saddr, iph->daddr);
sknext1580net/ipv4/ip.cif(sknext)
sknext1586net/ipv4/ip.craw_sk=sknext;
sknext639net/ipv4/udp.cstruct sock *sknext=NULL;
sknext648net/ipv4/udp.csknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr);
sknext649net/ipv4/udp.cif(sknext)
sknext655net/ipv4/udp.csk=sknext;
sknext657net/ipv4/udp.cwhile(sknext!=NULL);