tag | line | file | source code |
sknext | 477 | net/ipv4/ip_input.c | struct sock *sknext=NULL; |
sknext | 485 | net/ipv4/ip_input.c | sknext=get_sock_raw(raw_sk->next, iph->protocol, iph->saddr, iph->daddr); |
sknext | 486 | net/ipv4/ip_input.c | if(sknext) |
sknext | 492 | net/ipv4/ip_input.c | raw_sk=sknext; |
sknext | 665 | net/ipv4/udp.c | struct sock *sknext=NULL; |
sknext | 674 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
sknext | 675 | net/ipv4/udp.c | if(sknext) |
sknext | 681 | net/ipv4/udp.c | sk=sknext; |
sknext | 683 | net/ipv4/udp.c | while(sknext!=NULL); |