taglinefilesource code
mst469net/ipv4/ip_fw.cstruct ip_masq *ms, *mst;
mst492net/ipv4/ip_fw.cmst = ip_msq_hosts;
mst493net/ipv4/ip_fw.cwhile (mst && mst->mport!=ms->mport)
mst494net/ipv4/ip_fw.cmst = mst->next;
mst496net/ipv4/ip_fw.cwhile (mst!=NULL);