| tag | line | file | source code |
|---|---|---|---|
| mst | 469 | net/ipv4/ip_fw.c | struct ip_masq *ms, *mst; |
| mst | 492 | net/ipv4/ip_fw.c | mst = ip_msq_hosts; |
| mst | 493 | net/ipv4/ip_fw.c | while (mst && mst->mport!=ms->mport) |
| mst | 494 | net/ipv4/ip_fw.c | mst = mst->next; |
| mst | 496 | net/ipv4/ip_fw.c | while (mst!=NULL); |